#9064BE

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

Shades of Lilac Bush #9064BE

Tints of Lilac Bush #9064BE

Color information

#9064BE (or 0x9064BE) is unknown color: approx Lilac Bush. HEX triplet: 90, 64 and BE. RGB value is (144,100,190). Sum of RGB (Red+Green+Blue) = 144+100+190=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #9064BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064BE is #6F9B41. Grayscale: #7B7B7B. Windows color (decimal): -7314242 or 12477584. OLE color: 12477584.

HSL color Cylindrical-coordinate representation of color #9064BE: hue angle of 269.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9064BE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144100190-
CMYK0.240.4700.25
HSL269.33º40.91%56.86%-
HSV(B)269.33º47.37%74.51%-
XYZ25.3518.7651-
YUV123.42165.58142.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=33.18%
G=23.04%
B=43.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441001900.240.4700.25269.3340.9156.86
Hex9064BE182F01910d2939
Octal22014427630570314155171
Binary1001000011001001011111011000101111011001100001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9064BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,100,190); }

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

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

 a { background-color: rgb(144,100,190); }

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

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

 span { border-color: rgb(144,100,190); }

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