Html Css Color HEX #9964AB Ce Soir

📋 copy color: '#9964AB'

red 153 ◦ green 100 ◦ blue 171

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

Shades of Ce Soir #9964AB

Tints of Ce Soir #9964AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 36.08%
G = 23.58%
B = 40.33%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9964AB (or 0x9964AB) is known color: Ce Soir. HEX triplet: 99, 64 and AB. RGB value is (153,100,171). Sum of RGB (Red+Green+Blue) = 153+100+171=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9964AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9964AB is #669B54. Grayscale: #7B7B7B. Windows color (decimal): -6724437 or 11232409. OLE color: 11232409.

HSL color Cylindrical-coordinate representation of color #9964AB: hue angle of 284.79º 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 #9964AB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 100 171 -
CMYK 0.11 0.42 0 0.33
HSL 284.79º 0.3% 0.53% -
HSV(B) 284.79º 0.42% 0.67% -
XYZ 25.04 18.83 40.84 -
YUV 123.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 153 100 171 0.11 0.42 0 0.33 284.79 0.3 0.53
Hex 99 64 AB B 2A 0 21 11D 1E 35
Octal 231 144 253 13 52 0 41 435 36 65
Binary 10011001 1100100 10101011 1011 101010 0 100001 100011101 11110 110101

Color Harmonies of #9964AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964AB

Black with #9964AB

Text Example


Text Example

White with #9964AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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