#9B62AD

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

Shades of Deep Lilac #9B62AD

Tints of Deep Lilac #9B62AD

Color information

#9B62AD (or 0x9B62AD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 62 and AD. RGB value is (155,98,173). Sum of RGB (Red+Green+Blue) = 155+98+173=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B62AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B62AD is #649D52. Grayscale: #7B7B7B. Windows color (decimal): -6593875 or 11362971. OLE color: 11362971.

HSL color Cylindrical-coordinate representation of color #9B62AD: hue angle of 285.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B62AD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15598173-
CMYK0.100.4300.32
HSL285.6º31.38%53.14%-
HSV(B)285.6º43.35%67.84%-
XYZ25.4318.7241.81-
YUV123.59155.88150.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=36.38%
G=23.00%
B=40.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155981730.100.4300.32285.631.3853.14
Hex9B62ADA2B02011e1f35
Octal23314225512530404363765
Binary100110111100010101011011010101011010000010001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,173); }

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

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

 a { background-color: rgb(155,98,173); }

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

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

 span { border-color: rgb(155,98,173); }

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