#9B79CF

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

Shades of Lilac Bush #9B79CF

Tints of Lilac Bush #9B79CF

Color information

#9B79CF (or 0x9B79CF) is unknown color: approx Lilac Bush. HEX triplet: 9B, 79 and CF. RGB value is (155,121,207). Sum of RGB (Red+Green+Blue) = 155+121+207=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B79CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79CF is #648630. Grayscale: #8C8C8C. Windows color (decimal): -6587953 or 13597083. OLE color: 13597083.

HSL color Cylindrical-coordinate representation of color #9B79CF: hue angle of 263.72º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B79CF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155121207-
CMYK0.250.4200.19
HSL263.72º47.25%64.31%-
HSV(B)263.72º41.55%81.18%-
XYZ31.6225.1562.22-
YUV140.97165.26138.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=32.09%
G=25.05%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551212070.250.4200.19263.7247.2564.31
Hex9B79CF192A0131082f40
Octal233171317315202341057100
Binary10011011111100111001111110011010100100111000010001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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