#9252c8

Color #9252C8 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9252C8

Tints of Deep Lilac #9252C8

Color information

#9252C8 (or 0x9252C8) is unknown color: approx Deep Lilac. HEX triplet: 92, 52 and C8. RGB value is (146,82,200). Sum of RGB (Red+Green+Blue) = 146+82+200=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #9252C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252C8 is #6DAD37. Grayscale: #727272. Windows color (decimal): -7187768 or 13128338. OLE color: 13128338.

HSL color Cylindrical-coordinate representation of color #9252C8: hue angle of 272.54º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9252C8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14682200-
CMYK0.270.5900.22
HSL272.54º51.75%55.29%-
HSV(B)272.54º59%78.43%-
XYZ25.316.3256.46-
YUV114.59176.2150.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 200 (78.52% from 255) = 46.73%
R=34.11%
G=19.16%
B=46.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146822000.270.5900.22272.5451.7555.29
Hex9252C81B3B0161113437
Octal22212231033730264216467
Binary1001001010100101100100011011111011010110100010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9252c8; }

 p { color: rgb(146,82,200); }

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

<style>
 a { background-color: #9252c8; }

 a { background-color: rgb(146,82,200); }

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

<style>
 span { border-color: #9252c8; }

 span { border-color: rgb(146,82,200); }

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