#9B5FBC

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

Shades of Deep Lilac #9B5FBC

Tints of Deep Lilac #9B5FBC

Color information

#9B5FBC (or 0x9B5FBC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5F and BC. RGB value is (155,95,188). Sum of RGB (Red+Green+Blue) = 155+95+188=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B5FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FBC is #64A043. Grayscale: #7B7B7B. Windows color (decimal): -6594628 or 12345243. OLE color: 12345243.

HSL color Cylindrical-coordinate representation of color #9B5FBC: hue angle of 278.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B5FBC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15595188-
CMYK0.180.4900.26
HSL278.71º40.97%55.49%-
HSV(B)278.71º49.47%73.73%-
XYZ26.6918.7849.8-
YUV123.54164.38150.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=35.39%
G=21.69%
B=42.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155951880.180.4900.26278.7140.9755.49
Hex9B5FBC123101A1172937
Octal23313727422610324275167
Binary1001101110111111011110010010110001011010100010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,188); }

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

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

 a { background-color: rgb(155,95,188); }

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

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

 span { border-color: rgb(155,95,188); }

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