Html Css Color HEX #9962B6 Deep Lilac

📋 copy color: '#9962B6'

red 153 ◦ green 98 ◦ blue 182

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

Shades of Deep Lilac #9962B6

Tints of Deep Lilac #9962B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.03%

R = 35.33%
G = 22.63%
B = 42.03%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9962B6 (or 0x9962B6) is known color: Deep Lilac. HEX triplet: 99, 62 and B6. RGB value is (153,98,182). Sum of RGB (Red+Green+Blue) = 153+98+182=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #9962B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962B6 is #669D49. Grayscale: #7B7B7B. Windows color (decimal): -6724938 or 11952793. OLE color: 11952793.

HSL color Cylindrical-coordinate representation of color #9962B6: hue angle of 279.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9962B6 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 98 182 -
CMYK 0.16 0.46 0 0.29
HSL 279.29º 0.37% 0.55% -
HSV(B) 279.29º 0.46% 0.71% -
XYZ 25.95 18.89 46.53 -
YUV 124.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 153 98 182 0.16 0.46 0 0.29 279.29 0.37 0.55
Hex 99 62 B6 10 2E 0 1D 117 25 37
Octal 231 142 266 20 56 0 35 427 45 67
Binary 10011001 1100010 10110110 10000 101110 0 11101 100010111 100101 110111

Color Harmonies of #9962B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962B6

Black with #9962B6

Text Example


Text Example

White with #9962B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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