#9B62BF

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

Shades of Deep Lilac #9B62BF

Tints of Deep Lilac #9B62BF

Color information

#9B62BF (or 0x9B62BF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 62 and BF. RGB value is (155,98,191). Sum of RGB (Red+Green+Blue) = 155+98+191=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B62BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62BF is #649D40. Grayscale: #7D7D7D. Windows color (decimal): -6593857 or 12542619. OLE color: 12542619.

HSL color Cylindrical-coordinate representation of color #9B62BF: hue angle of 276.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B62BF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15598191-
CMYK0.190.4900.25
HSL276.77º42.08%56.67%-
HSV(B)276.77º48.69%74.9%-
XYZ27.2919.4751.61-
YUV125.64164.88148.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 191 (75% from 255) = 43.02%
R=34.91%
G=22.07%
B=43.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155981910.190.4900.25276.7742.0856.67
Hex9B62BF13310191152a39
Octal23314227723610314255271
Binary1001101111000101011111110011110001011001100010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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