#9B72CB

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

Shades of Lilac Bush #9B72CB

Tints of Lilac Bush #9B72CB

Color information

#9B72CB (or 0x9B72CB) is unknown color: approx Lilac Bush. HEX triplet: 9B, 72 and CB. RGB value is (155,114,203). Sum of RGB (Red+Green+Blue) = 155+114+203=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B72CB is #648D34. Grayscale: #888888. Windows color (decimal): -6589749 or 13333147. OLE color: 13333147.

HSL color Cylindrical-coordinate representation of color #9B72CB: hue angle of 267.64º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B72CB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155114203-
CMYK0.240.4400.20
HSL267.64º46.11%62.16%-
HSV(B)267.64º43.84%79.61%-
XYZ30.3123.3159.4-
YUV136.4165.58141.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=32.84%
G=24.15%
B=43.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551142030.240.4400.20267.6446.1162.16
Hex9B72CB182C01410c2e3e
Octal23316231330540244145676
Binary1001101111100101100101111000101100010100100001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,203); }

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

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

 a { background-color: rgb(155,114,203); }

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

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

 span { border-color: rgb(155,114,203); }

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