#927DDE

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

Shades of Medium Purple #927DDE

Tints of Medium Purple #927DDE

Color information

#927DDE (or 0x927DDE) is unknown color: approx Medium Purple. HEX triplet: 92, 7D and DE. RGB value is (146,125,222). Sum of RGB (Red+Green+Blue) = 146+125+222=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #927DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDE is #6D8221. Grayscale: #8D8D8D. Windows color (decimal): -7176738 or 14581138. OLE color: 14581138.

HSL color Cylindrical-coordinate representation of color #927DDE: hue angle of 252.99º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927DDE is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146125222-
CMYK0.340.4400.13
HSL252.99º59.51%68.04%-
HSV(B)252.99º43.69%87.06%-
XYZ32.3726.0572.43-
YUV142.34172.96130.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=29.61%
G=25.35%
B=45.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461252220.340.4400.13252.9959.5168.04
Hex927DDE222C0Dfd3c44
Octal222175336425401537574104
Binary1001001011111011101111010001010110001101111111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927DDE; }

 p { color: rgb(146,125,222); }

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

<style>
 a { background-color: #927DDE; }

 a { background-color: rgb(146,125,222); }

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

<style>
 span { border-color: #927DDE; }

 span { border-color: rgb(146,125,222); }

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