#925FDA

Color #925FDA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #925FDA

Tints of Medium Purple #925FDA

Color information

#925FDA (or 0x925FDA) is unknown color: approx Medium Purple. HEX triplet: 92, 5F and DA. RGB value is (146,95,218). Sum of RGB (Red+Green+Blue) = 146+95+218=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #925FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FDA is #6DA025. Grayscale: #7B7B7B. Windows color (decimal): -7184422 or 14311314. OLE color: 14311314.

HSL color Cylindrical-coordinate representation of color #925FDA: hue angle of 264.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925FDA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14695218-
CMYK0.330.5600.15
HSL264.88º62.44%61.37%-
HSV(B)264.88º56.42%85.49%-
XYZ28.619.3668.56-
YUV124.27180.9143.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=31.81%
G=20.70%
B=47.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146952180.330.5600.15264.8862.4461.37
Hex925FDA21380F1093e3d
Octal22213733241700174117675
Binary1001001010111111101101010000111100001111100001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925FDA; }

 p { color: rgb(146,95,218); }

 H1.HeaderClassName
 {
   color: #925FDA;
 }
 .AnyTagClassName
 {
   color: #925FDA;
 }
</style>
background-color css

<style>
 a { background-color: #925FDA; }

 a { background-color: rgb(146,95,218); }

 div.DivClassName
 {
   background-color: #925FDA;
 }
 .BgClassName
 {
   background-color: #925FDA;
 }
</style>
border-color css

<style>
 span { border-color: #925FDA; }

 span { border-color: rgb(146,95,218); }

 td.TdClassName
 {
   border-color: #925FDA;
 }
 .TagClassName
 {
   border-color: #925FDA;
 }
</style>