Html Css Color HEX #996BAC Ce Soir

📋 copy color: '#996BAC'

red 153 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #996BAC

Tints of Ce Soir #996BAC

RGB

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

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

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

R = 35.42%
G = 24.77%
B = 39.81%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996BAC (or 0x996BAC) is known color: Ce Soir. HEX triplet: 99, 6B and AC. RGB value is (153,107,172). Sum of RGB (Red+Green+Blue) = 153+107+172=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #996BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BAC is #669453. Grayscale: #7F7F7F. Windows color (decimal): -6722644 or 11299737. OLE color: 11299737.

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

Color convert

RGB 153 107 172 -
CMYK 0.11 0.38 0 0.33
HSL 282.46º 0.28% 0.55% -
HSV(B) 282.46º 0.38% 0.67% -
XYZ 25.84 20.27 41.58 -
YUV 128.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 153 107 172 0.11 0.38 0 0.33 282.46 0.28 0.55
Hex 99 6B AC B 26 0 21 11A 1C 37
Octal 231 153 254 13 46 0 41 432 34 67
Binary 10011001 1101011 10101100 1011 100110 0 100001 100011010 11100 110111

Color Harmonies of #996BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BAC

Black with #996BAC

Text Example


Text Example

White with #996BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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