Html Css Color HEX #9962B2 Deep Lilac

📋 copy color: '#9962B2'

red 153 ◦ green 98 ◦ blue 178

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

Shades of Deep Lilac #9962B2

Tints of Deep Lilac #9962B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 35.66%
G = 22.84%
B = 41.49%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9962B2 (or 0x9962B2) is known color: Deep Lilac. HEX triplet: 99, 62 and B2. RGB value is (153,98,178). Sum of RGB (Red+Green+Blue) = 153+98+178=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #9962B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9962B2 is #669D4D. Grayscale: #7B7B7B. Windows color (decimal): -6724942 or 11690649. OLE color: 11690649.

HSL color Cylindrical-coordinate representation of color #9962B2: hue angle of 281.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9962B2 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 98 178 -
CMYK 0.14 0.45 0 0.30
HSL 281.25º 0.34% 0.54% -
HSV(B) 281.25º 0.45% 0.7% -
XYZ 25.54 18.72 44.39 -
YUV 123.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 153 98 178 0.14 0.45 0 0.30 281.25 0.34 0.54
Hex 99 62 B2 E 2D 0 1E 119 22 36
Octal 231 142 262 16 55 0 36 431 42 66
Binary 10011001 1100010 10110010 1110 101101 0 11110 100011001 100010 110110

Color Harmonies of #9962B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962B2

Black with #9962B2

Text Example


Text Example

White with #9962B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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