Html Css Color HEX #9962AD Deep Lilac

📋 copy color: '#9962AD'

red 153 ◦ green 98 ◦ blue 173

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

Shades of Deep Lilac #9962AD

Tints of Deep Lilac #9962AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 36.08%
G = 23.11%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9962AD (or 0x9962AD) is known color: Deep Lilac. HEX triplet: 99, 62 and AD. RGB value is (153,98,173). Sum of RGB (Red+Green+Blue) = 153+98+173=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #9962AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9962AD is #669D52. Grayscale: #7A7A7A. Windows color (decimal): -6724947 or 11362969. OLE color: 11362969.

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

Color convert

RGB 153 98 173 -
CMYK 0.12 0.43 0 0.32
HSL 284º 0.31% 0.53% -
HSV(B) 284º 0.43% 0.68% -
XYZ 25.05 18.52 41.79 -
YUV 123 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 153 98 173 0.12 0.43 0 0.32 284 0.31 0.53
Hex 99 62 AD C 2B 0 20 11C 1F 35
Octal 231 142 255 14 53 0 40 434 37 65
Binary 10011001 1100010 10101101 1100 101011 0 100000 100011100 11111 110101

Color Harmonies of #9962AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962AD

Black with #9962AD

Text Example


Text Example

White with #9962AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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