Html Css Color HEX #9962AE Deep Lilac

📋 copy color: '#9962AE'

red 153 ◦ green 98 ◦ blue 174

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

Shades of Deep Lilac #9962AE

Tints of Deep Lilac #9962AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 36%
G = 23.06%
B = 40.94%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9962AE (or 0x9962AE) is known color: Deep Lilac. HEX triplet: 99, 62 and AE. RGB value is (153,98,174). Sum of RGB (Red+Green+Blue) = 153+98+174=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #9962AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9962AE is #669D51. Grayscale: #7A7A7A. Windows color (decimal): -6724946 or 11428505. OLE color: 11428505.

HSL color Cylindrical-coordinate representation of color #9962AE: hue angle of 283.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9962AE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 98 174 -
CMYK 0.12 0.44 0 0.32
HSL 283.42º 0.32% 0.53% -
HSV(B) 283.42º 0.44% 0.68% -
XYZ 25.14 18.56 42.3 -
YUV 123.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 153 98 174 0.12 0.44 0 0.32 283.42 0.32 0.53
Hex 99 62 AE C 2C 0 20 11B 20 35
Octal 231 142 256 14 54 0 40 433 40 65
Binary 10011001 1100010 10101110 1100 101100 0 100000 100011011 100000 110101

Color Harmonies of #9962AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962AE

Black with #9962AE

Text Example


Text Example

White with #9962AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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