#9065C0

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

Shades of Lilac Bush #9065C0

Tints of Lilac Bush #9065C0

Color information

#9065C0 (or 0x9065C0) is unknown color: approx Lilac Bush. HEX triplet: 90, 65 and C0. RGB value is (144,101,192). Sum of RGB (Red+Green+Blue) = 144+101+192=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #9065C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065C0 is #6F9A3F. Grayscale: #7B7B7B. Windows color (decimal): -7313984 or 12608912. OLE color: 12608912.

HSL color Cylindrical-coordinate representation of color #9065C0: hue angle of 268.35º degrees, saturation: 0.42, 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 #9065C0 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144101192-
CMYK0.250.4700.25
HSL268.35º41.94%57.45%-
HSV(B)268.35º47.4%75.29%-
XYZ25.6719.0452.19-
YUV124.23166.25142.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=32.95%
G=23.11%
B=43.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441011920.250.4700.25268.3541.9457.45
Hex9065C0192F01910c2a39
Octal22014530031570314145271
Binary1001000011001011100000011001101111011001100001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9065C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9065C0; }

 p { color: rgb(144,101,192); }

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

<style>
 a { background-color: #9065C0; }

 a { background-color: rgb(144,101,192); }

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

<style>
 span { border-color: #9065C0; }

 span { border-color: rgb(144,101,192); }

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