#9C5FBE

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

Shades of Deep Lilac #9C5FBE

Tints of Deep Lilac #9C5FBE

Color information

#9C5FBE (or 0x9C5FBE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5F and BE. RGB value is (156,95,190). Sum of RGB (Red+Green+Blue) = 156+95+190=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FBE is #63A041. Grayscale: #7B7B7B. Windows color (decimal): -6529090 or 12476316. OLE color: 12476316.

HSL color Cylindrical-coordinate representation of color #9C5FBE: hue angle of 278.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C5FBE is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15695190-
CMYK0.180.500.25
HSL278.53º42.22%55.88%-
HSV(B)278.53º50%74.51%-
XYZ27.118.9750.95-
YUV124.07165.21150.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=35.37%
G=21.54%
B=43.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156951900.180.500.25278.5342.2255.88
Hex9C5FBE12320191172a38
Octal23413727622620314275270
Binary1001110010111111011111010010110010011001100010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5FBE; }

 p { color: rgb(156,95,190); }

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

<style>
 a { background-color: #9C5FBE; }

 a { background-color: rgb(156,95,190); }

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

<style>
 span { border-color: #9C5FBE; }

 span { border-color: rgb(156,95,190); }

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