#9A62BA

Color #9A62BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9A62BA

Tints of Deep Lilac #9A62BA

Color information

#9A62BA (or 0x9A62BA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 62 and BA. RGB value is (154,98,186). Sum of RGB (Red+Green+Blue) = 154+98+186=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62BA is #659D45. Grayscale: #7C7C7C. Windows color (decimal): -6659398 or 12214938. OLE color: 12214938.

HSL color Cylindrical-coordinate representation of color #9A62BA: hue angle of 278.18º 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 #9A62BA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15498186-
CMYK0.170.4700.27
HSL278.18º38.94%55.69%-
HSV(B)278.18º47.31%72.94%-
XYZ26.5619.1548.75-
YUV124.78162.55148.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=35.16%
G=22.37%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154981860.170.4700.27278.1838.9455.69
Hex9A62BA112F01B1162738
Octal23214227221570334264770
Binary1001101011000101011101010001101111011011100010110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A62BA; }

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

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

<style>
 a { background-color: #9A62BA; }

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

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

<style>
 span { border-color: #9A62BA; }

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

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