Html Css Color HEX #996AAA Ce Soir

📋 copy color: '#996AAA'

red 153 ◦ green 106 ◦ blue 170

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

Shades of Ce Soir #996AAA

Tints of Ce Soir #996AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

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

R = 35.66%
G = 24.71%
B = 39.63%

CMYK

 C value IS 0.1

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996AAA (or 0x996AAA) is known color: Ce Soir. HEX triplet: 99, 6A and AA. RGB value is (153,106,170). Sum of RGB (Red+Green+Blue) = 153+106+170=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #996AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996AAA is #669555. Grayscale: #7F7F7F. Windows color (decimal): -6722902 or 11168409. OLE color: 11168409.

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

Color convert

RGB 153 106 170 -
CMYK 0.1 0.38 0 0.33
HSL 284.06º 0.27% 0.54% -
HSV(B) 284.06º 0.38% 0.67% -
XYZ 25.55 19.98 40.54 -
YUV 127.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 153 106 170 0.1 0.38 0 0.33 284.06 0.27 0.54
Hex 99 6A AA A 26 0 21 11C 1B 36
Octal 231 152 252 12 46 0 41 434 33 66
Binary 10011001 1101010 10101010 1010 100110 0 100001 100011100 11011 110110

Color Harmonies of #996AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AAA

Black with #996AAA

Text Example


Text Example

White with #996AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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