#9255C8

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

Shades of Deep Lilac #9255C8

Tints of Deep Lilac #9255C8

Color information

#9255C8 (or 0x9255C8) is unknown color: approx Deep Lilac. HEX triplet: 92, 55 and C8. RGB value is (146,85,200). Sum of RGB (Red+Green+Blue) = 146+85+200=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #9255C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255C8 is #6DAA37. Grayscale: #737373. Windows color (decimal): -7187000 or 13129106. OLE color: 13129106.

HSL color Cylindrical-coordinate representation of color #9255C8: hue angle of 271.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9255C8 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14685200-
CMYK0.270.5800.22
HSL271.83º51.11%55.88%-
HSV(B)271.83º57.5%78.43%-
XYZ25.5316.7856.54-
YUV116.35175.21149.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=33.87%
G=19.72%
B=46.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146852000.270.5800.22271.8351.1155.88
Hex9255C81B3A0161103338
Octal22212531033720264206370
Binary1001001010101011100100011011111010010110100010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9255C8; }

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

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

<style>
 a { background-color: #9255C8; }

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

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

<style>
 span { border-color: #9255C8; }

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

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