Html Css Color HEX #9964AA Ce Soir

📋 copy color: '#9964AA'

red 153 ◦ green 100 ◦ blue 170

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

Shades of Ce Soir #9964AA

Tints of Ce Soir #9964AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

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

R = 36.17%
G = 23.64%
B = 40.19%

CMYK

 C value IS 0.1

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9964AA (or 0x9964AA) is known color: Ce Soir. HEX triplet: 99, 64 and AA. RGB value is (153,100,170). Sum of RGB (Red+Green+Blue) = 153+100+170=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9964AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9964AA is #669B55. Grayscale: #7B7B7B. Windows color (decimal): -6724438 or 11166873. OLE color: 11166873.

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

Color convert

RGB 153 100 170 -
CMYK 0.1 0.41 0 0.33
HSL 285.43º 0.29% 0.53% -
HSV(B) 285.43º 0.41% 0.67% -
XYZ 24.95 18.79 40.34 -
YUV 123.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 153 100 170 0.1 0.41 0 0.33 285.43 0.29 0.53
Hex 99 64 AA A 29 0 21 11D 1D 35
Octal 231 144 252 12 51 0 41 435 35 65
Binary 10011001 1100100 10101010 1010 101001 0 100001 100011101 11101 110101

Color Harmonies of #9964AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964AA

Black with #9964AA

Text Example


Text Example

White with #9964AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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