#9279BE

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

Shades of Lilac Bush #9279BE

Tints of Lilac Bush #9279BE

Color information

#9279BE (or 0x9279BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 79 and BE. RGB value is (146,121,190). Sum of RGB (Red+Green+Blue) = 146+121+190=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9279BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279BE is #6D8641. Grayscale: #888888. Windows color (decimal): -7177794 or 12482962. OLE color: 12482962.

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

Color convert

RGB146121190-
CMYK0.230.3600.25
HSL261.74º34.67%60.98%-
HSV(B)261.74º36.32%74.51%-
XYZ27.9923.551.78-
YUV136.34158.28134.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=31.95%
G=26.48%
B=41.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461211900.230.3600.25261.7434.6760.98
Hex9279BE1724019106233d
Octal22217127627440314064375
Binary1001001011110011011111010111100100011001100000110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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