#9B4BCA

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

Shades of Deep Lilac #9B4BCA

Tints of Deep Lilac #9B4BCA

Color information

#9B4BCA (or 0x9B4BCA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4B and CA. RGB value is (155,75,202). Sum of RGB (Red+Green+Blue) = 155+75+202=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B4BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BCA is #64B435. Grayscale: #707070. Windows color (decimal): -6599734 or 13257627. OLE color: 13257627.

HSL color Cylindrical-coordinate representation of color #9B4BCA: hue angle of 277.8º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4BCA is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15575202-
CMYK0.230.6300.21
HSL277.8º54.51%54.31%-
HSV(B)277.8º62.87%79.22%-
XYZ26.6916.2657.61-
YUV113.4178157.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=35.88%
G=17.36%
B=46.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155752020.230.6300.21277.854.5154.31
Hex9B4BCA173F0151163736
Octal23311331227770254266766
Binary1001101110010111100101010111111111010101100010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,75,202); }

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

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

 a { background-color: rgb(155,75,202); }

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

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

 span { border-color: rgb(155,75,202); }

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