#9061BC

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

Shades of Lilac Bush #9061BC

Tints of Lilac Bush #9061BC

Color information

#9061BC (or 0x9061BC) is unknown color: approx Lilac Bush. HEX triplet: 90, 61 and BC. RGB value is (144,97,188). Sum of RGB (Red+Green+Blue) = 144+97+188=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #9061BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061BC is #6F9E43. Grayscale: #797979. Windows color (decimal): -7315012 or 12345744. OLE color: 12345744.

HSL color Cylindrical-coordinate representation of color #9061BC: hue angle of 270.99º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9061BC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14497188-
CMYK0.230.4800.26
HSL270.99º40.44%55.88%-
HSV(B)270.99º48.4%73.73%-
XYZ24.8518.1149.76-
YUV121.43165.57144.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=33.57%
G=22.61%
B=43.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144971880.230.4800.26270.9940.4455.88
Hex9061BC173001A10f2838
Octal22014127427600324175070
Binary1001000011000011011110010111110000011010100001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9061BC; }

 p { color: rgb(144,97,188); }

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

<style>
 a { background-color: #9061BC; }

 a { background-color: rgb(144,97,188); }

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

<style>
 span { border-color: #9061BC; }

 span { border-color: rgb(144,97,188); }

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