#9063BE

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

Shades of Lilac Bush #9063BE

Tints of Lilac Bush #9063BE

Color information

#9063BE (or 0x9063BE) is unknown color: approx Lilac Bush. HEX triplet: 90, 63 and BE. RGB value is (144,99,190). Sum of RGB (Red+Green+Blue) = 144+99+190=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #9063BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063BE is #6F9C41. Grayscale: #7A7A7A. Windows color (decimal): -7314498 or 12477328. OLE color: 12477328.

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

Color convert

RGB14499190-
CMYK0.240.4800.25
HSL269.67º41.18%56.67%-
HSV(B)269.67º47.89%74.51%-
XYZ25.2618.5750.97-
YUV122.83165.91143.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=33.26%
G=22.86%
B=43.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144991900.240.4800.25269.6741.1856.67
Hex9063BE183001910e2939
Octal22014327630600314165171
Binary1001000011000111011111011000110000011001100001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9063BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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