#9279BD

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

Shades of Lilac Bush #9279BD

Tints of Lilac Bush #9279BD

Color information

#9279BD (or 0x9279BD) is unknown color: approx Lilac Bush. HEX triplet: 92, 79 and BD. RGB value is (146,121,189). Sum of RGB (Red+Green+Blue) = 146+121+189=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9279BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279BD is #6D8642. Grayscale: #878787. Windows color (decimal): -7177795 or 12417426. OLE color: 12417426.

HSL color Cylindrical-coordinate representation of color #9279BD: hue angle of 262.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9279BD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146121189-
CMYK0.230.3600.26
HSL262.06º34%60.78%-
HSV(B)262.06º35.98%74.12%-
XYZ27.8823.4651.2-
YUV136.23157.78134.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.02%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=32.02%
G=26.54%
B=41.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461211890.230.3600.26262.063460.78
Hex9279BD172401A106223d
Octal22217127527440324064275
Binary1001001011110011011110110111100100011010100000110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9279BD; }

 p { color: rgb(146,121,189); }

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

<style>
 a { background-color: #9279BD; }

 a { background-color: rgb(146,121,189); }

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

<style>
 span { border-color: #9279BD; }

 span { border-color: rgb(146,121,189); }

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