Html Css Color HEX #9962AA Ce Soir

📋 copy color: '#9962AA'

red 153 ◦ green 98 ◦ blue 170

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

Shades of Ce Soir #9962AA

Tints of Ce Soir #9962AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 36.34%
G = 23.28%
B = 40.38%

CMYK

 C value IS 0.1

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9962AA (or 0x9962AA) is known color: Ce Soir. HEX triplet: 99, 62 and AA. RGB value is (153,98,170). Sum of RGB (Red+Green+Blue) = 153+98+170=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9962AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9962AA is #669D55. Grayscale: #7A7A7A. Windows color (decimal): -6724950 or 11166361. OLE color: 11166361.

HSL color Cylindrical-coordinate representation of color #9962AA: hue angle of 285.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9962AA is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 98 170 -
CMYK 0.1 0.42 0 0.33
HSL 285.83º 0.3% 0.53% -
HSV(B) 285.83º 0.42% 0.67% -
XYZ 24.76 18.41 40.28 -
YUV 122.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 153 98 170 0.1 0.42 0 0.33 285.83 0.3 0.53
Hex 99 62 AA A 2A 0 21 11E 1E 35
Octal 231 142 252 12 52 0 41 436 36 65
Binary 10011001 1100010 10101010 1010 101010 0 100001 100011110 11110 110101

Color Harmonies of #9962AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962AA

Black with #9962AA

Text Example


Text Example

White with #9962AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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