#9255C3

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

Shades of Deep Lilac #9255C3

Tints of Deep Lilac #9255C3

Color information

#9255C3 (or 0x9255C3) is unknown color: approx Deep Lilac. HEX triplet: 92, 55 and C3. RGB value is (146,85,195). Sum of RGB (Red+Green+Blue) = 146+85+195=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #9255C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255C3 is #6DAA3C. Grayscale: #737373. Windows color (decimal): -7187005 or 12801426. OLE color: 12801426.

HSL color Cylindrical-coordinate representation of color #9255C3: hue angle of 273.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9255C3 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14685195-
CMYK0.250.5600.24
HSL273.27º47.83%54.9%-
HSV(B)273.27º56.41%76.47%-
XYZ24.9516.5553.51-
YUV115.78172.71149.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 195 (76.56% from 255) = 45.77%
R=34.27%
G=19.95%
B=45.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146851950.250.5600.24273.2747.8354.9
Hex9255C319380181113037
Octal22212530331700304216067
Binary1001001010101011100001111001111000011000100010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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