Html Css Color HEX #996DAC Ce Soir

📋 copy color: '#996DAC'

red 153 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #996DAC

Tints of Ce Soir #996DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

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

R = 35.25%
G = 25.12%
B = 39.63%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996DAC (or 0x996DAC) is known color: Ce Soir. HEX triplet: 99, 6D and AC. RGB value is (153,109,172). Sum of RGB (Red+Green+Blue) = 153+109+172=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #996DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAC is #669253. Grayscale: #818181. Windows color (decimal): -6722132 or 11300249. OLE color: 11300249.

HSL color Cylindrical-coordinate representation of color #996DAC: hue angle of 281.9º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996DAC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 109 172 -
CMYK 0.11 0.37 0 0.33
HSL 281.9º 0.28% 0.55% -
HSV(B) 281.9º 0.37% 0.67% -
XYZ 26.05 20.69 41.65 -
YUV 129.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 153 109 172 0.11 0.37 0 0.33 281.9 0.28 0.55
Hex 99 6D AC B 25 0 21 11A 1C 37
Octal 231 155 254 13 45 0 41 432 34 67
Binary 10011001 1101101 10101100 1011 100101 0 100001 100011010 11100 110111

Color Harmonies of #996DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DAC

Black with #996DAC

Text Example


Text Example

White with #996DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996DAC; }

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

 H1.HeaderClassName
 {
   color: #996DAC;
 }
 .AnyTagClassName
 {
   color: #996DAC;
 }
</style>

background-color css

<style>
 a { background-color: #996DAC; }

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

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

border-color css

<style>
 span { border-color: #996DAC; }

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

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