#9065BE

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

Shades of Lilac Bush #9065BE

Tints of Lilac Bush #9065BE

Color information

#9065BE (or 0x9065BE) is unknown color: approx Lilac Bush. HEX triplet: 90, 65 and BE. RGB value is (144,101,190). Sum of RGB (Red+Green+Blue) = 144+101+190=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9065BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065BE is #6F9A41. Grayscale: #7B7B7B. Windows color (decimal): -7313986 or 12477840. OLE color: 12477840.

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

Color convert

RGB144101190-
CMYK0.240.4700.25
HSL268.99º40.64%57.06%-
HSV(B)268.99º46.84%74.51%-
XYZ25.4518.9551.03-
YUV124165.25142.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=33.10%
G=23.22%
B=43.68%

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
Decimal1441011900.240.4700.25268.9940.6457.06
Hex9065BE182F01910d2939
Octal22014527630570314155171
Binary1001000011001011011111011000101111011001100001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9065BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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