Html Css Color HEX #996DAB Ce Soir

📋 copy color: '#996DAB'

red 153 ◦ green 109 ◦ blue 171

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

Shades of Ce Soir #996DAB

Tints of Ce Soir #996DAB

RGB

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

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

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

R = 35.33%
G = 25.17%
B = 39.49%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996DAB (or 0x996DAB) is known color: Ce Soir. HEX triplet: 99, 6D and AB. RGB value is (153,109,171). Sum of RGB (Red+Green+Blue) = 153+109+171=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #996DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAB is #669254. Grayscale: #818181. Windows color (decimal): -6722133 or 11234713. OLE color: 11234713.

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

Color convert

RGB 153 109 171 -
CMYK 0.11 0.36 0 0.33
HSL 282.58º 0.27% 0.55% -
HSV(B) 282.58º 0.36% 0.67% -
XYZ 25.96 20.65 41.15 -
YUV 129.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 153 109 171 0.11 0.36 0 0.33 282.58 0.27 0.55
Hex 99 6D AB B 24 0 21 11B 1B 37
Octal 231 155 253 13 44 0 41 433 33 67
Binary 10011001 1101101 10101011 1011 100100 0 100001 100011011 11011 110111

Color Harmonies of #996DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DAB

Black with #996DAB

Text Example


Text Example

White with #996DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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