Html Css Color HEX #9964AC Ce Soir

📋 copy color: '#9964AC'

red 153 ◦ green 100 ◦ blue 172

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

Shades of Ce Soir #9964AC

Tints of Ce Soir #9964AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 36%
G = 23.53%
B = 40.47%

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

#9964AC (or 0x9964AC) is known color: Ce Soir. HEX triplet: 99, 64 and AC. RGB value is (153,100,172). Sum of RGB (Red+Green+Blue) = 153+100+172=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9964AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9964AC is #669B53. Grayscale: #7B7B7B. Windows color (decimal): -6724436 or 11297945. OLE color: 11297945.

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

Color convert

RGB 153 100 172 -
CMYK 0.11 0.42 0 0.33
HSL 284.17º 0.3% 0.53% -
HSV(B) 284.17º 0.42% 0.67% -
XYZ 25.14 18.87 41.35 -
YUV 124.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 153 100 172 0.11 0.42 0 0.33 284.17 0.3 0.53
Hex 99 64 AC B 2A 0 21 11C 1E 35
Octal 231 144 254 13 52 0 41 434 36 65
Binary 10011001 1100100 10101100 1011 101010 0 100001 100011100 11110 110101

Color Harmonies of #9964AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964AC

Black with #9964AC

Text Example


Text Example

White with #9964AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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