#9B51BA

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

Shades of Deep Lilac #9B51BA

Tints of Deep Lilac #9B51BA

Color information

#9B51BA (or 0x9B51BA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 51 and BA. RGB value is (155,81,186). Sum of RGB (Red+Green+Blue) = 155+81+186=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51BA is #64AE45. Grayscale: #727272. Windows color (decimal): -6598214 or 12210587. OLE color: 12210587.

HSL color Cylindrical-coordinate representation of color #9B51BA: hue angle of 282.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B51BA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15581186-
CMYK0.170.5600.27
HSL282.29º43.21%52.35%-
HSV(B)282.29º56.45%72.94%-
XYZ25.3216.448.28-
YUV115.1168.02156.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=36.73%
G=19.19%
B=44.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155811860.170.5600.27282.2943.2152.35
Hex9B51BA113801B11a2b34
Octal23312127221700334325364
Binary1001101110100011011101010001111000011011100011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,186); }

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

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

 a { background-color: rgb(155,81,186); }

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

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

 span { border-color: rgb(155,81,186); }

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