#9062BA

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

Shades of Lilac Bush #9062BA

Tints of Lilac Bush #9062BA

Color information

#9062BA (or 0x9062BA) is unknown color: approx Lilac Bush. HEX triplet: 90, 62 and BA. RGB value is (144,98,186). Sum of RGB (Red+Green+Blue) = 144+98+186=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9062BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062BA is #6F9D45. Grayscale: #797979. Windows color (decimal): -7314758 or 12214928. OLE color: 12214928.

HSL color Cylindrical-coordinate representation of color #9062BA: hue angle of 271.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9062BA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14498186-
CMYK0.230.4700.27
HSL271.36º38.94%55.69%-
HSV(B)271.36º47.31%72.94%-
XYZ24.7318.2148.67-
YUV121.79164.24143.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=33.64%
G=22.90%
B=43.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144981860.230.4700.27271.3638.9455.69
Hex9062BA172F01B10f2738
Octal22014227227570334174770
Binary1001000011000101011101010111101111011011100001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9062BA; }

 p { color: rgb(144,98,186); }

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

<style>
 a { background-color: #9062BA; }

 a { background-color: rgb(144,98,186); }

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

<style>
 span { border-color: #9062BA; }

 span { border-color: rgb(144,98,186); }

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