#9B79CB

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

Shades of Lilac Bush #9B79CB

Tints of Lilac Bush #9B79CB

Color information

#9B79CB (or 0x9B79CB) is unknown color: approx Lilac Bush. HEX triplet: 9B, 79 and CB. RGB value is (155,121,203). Sum of RGB (Red+Green+Blue) = 155+121+203=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B79CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79CB is #648634. Grayscale: #8C8C8C. Windows color (decimal): -6587957 or 13334939. OLE color: 13334939.

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

Color convert

RGB155121203-
CMYK0.240.4000.20
HSL264.88º44.09%63.53%-
HSV(B)264.88º40.39%79.61%-
XYZ31.1324.9659.68-
YUV140.51163.26138.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=32.36%
G=25.26%
B=42.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551212030.240.4000.20264.8844.0963.53
Hex9B79CB18280141092c40
Octal233171313305002441154100
Binary10011011111100111001011110001010000101001000010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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