Html Css Color HEX #996BAA Ce Soir

📋 copy color: '#996BAA'

red 153 ◦ green 107 ◦ blue 170

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

Shades of Ce Soir #996BAA

Tints of Ce Soir #996BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 35.58%
G = 24.88%
B = 39.53%

CMYK

 C value IS 0.1

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996BAA (or 0x996BAA) is known color: Ce Soir. HEX triplet: 99, 6B and AA. RGB value is (153,107,170). Sum of RGB (Red+Green+Blue) = 153+107+170=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #996BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BAA is #669455. Grayscale: #7F7F7F. Windows color (decimal): -6722646 or 11168665. OLE color: 11168665.

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

Color convert

RGB 153 107 170 -
CMYK 0.1 0.37 0 0.33
HSL 283.81º 0.27% 0.54% -
HSV(B) 283.81º 0.37% 0.67% -
XYZ 25.65 20.19 40.58 -
YUV 127.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 153 107 170 0.1 0.37 0 0.33 283.81 0.27 0.54
Hex 99 6B AA A 25 0 21 11C 1B 36
Octal 231 153 252 12 45 0 41 434 33 66
Binary 10011001 1101011 10101010 1010 100101 0 100001 100011100 11011 110110

Color Harmonies of #996BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BAA

Black with #996BAA

Text Example


Text Example

White with #996BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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