Html Css Color HEX #996BAB Ce Soir

📋 copy color: '#996BAB'

red 153 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #996BAB

Tints of Ce Soir #996BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 35.5%
G = 24.83%
B = 39.68%

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

#996BAB (or 0x996BAB) is known color: Ce Soir. HEX triplet: 99, 6B and AB. RGB value is (153,107,171). Sum of RGB (Red+Green+Blue) = 153+107+171=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #996BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BAB is #669454. Grayscale: #7F7F7F. Windows color (decimal): -6722645 or 11234201. OLE color: 11234201.

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

Color convert

RGB 153 107 171 -
CMYK 0.11 0.37 0 0.33
HSL 283.13º 0.28% 0.55% -
HSV(B) 283.13º 0.37% 0.67% -
XYZ 25.75 20.23 41.08 -
YUV 128.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 153 107 171 0.11 0.37 0 0.33 283.13 0.28 0.55
Hex 99 6B AB B 25 0 21 11B 1C 37
Octal 231 153 253 13 45 0 41 433 34 67
Binary 10011001 1101011 10101011 1011 100101 0 100001 100011011 11100 110111

Color Harmonies of #996BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BAB

Black with #996BAB

Text Example


Text Example

White with #996BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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