Html Css Color HEX #9962BA Deep Lilac

📋 copy color: '#9962BA'

red 153 ◦ green 98 ◦ blue 186

#9962BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9962BA

Tints of Deep Lilac #9962BA

RGB

 RED value IS 153 (60.16% from 255) = 35.01%

 GREEN value IS 98 (38.67% from 255) = 22.43%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 35.01%
G = 22.43%
B = 42.56%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9962BA (or 0x9962BA) is known color: Deep Lilac. HEX triplet: 99, 62 and BA. RGB value is (153,98,186). Sum of RGB (Red+Green+Blue) = 153+98+186=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #9962BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962BA is #669D45. Grayscale: #7C7C7C. Windows color (decimal): -6724934 or 12214937. OLE color: 12214937.

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

Color convert

RGB 153 98 186 -
CMYK 0.18 0.47 0 0.27
HSL 277.5º 0.39% 0.56% -
HSV(B) 277.5º 0.47% 0.73% -
XYZ 26.37 19.05 48.74 -
YUV 124.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 153 98 186 0.18 0.47 0 0.27 277.5 0.39 0.56
Hex 99 62 BA 12 2F 0 1B 116 27 38
Octal 231 142 272 22 57 0 33 426 47 70
Binary 10011001 1100010 10111010 10010 101111 0 11011 100010110 100111 111000

Color Harmonies of #9962BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962BA

Black with #9962BA

Text Example


Text Example

White with #9962BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9962BA;
 }
 .AnyTagClassName
 {
   color: #9962BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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