Html Css Color HEX #996AAE Ce Soir

📋 copy color: '#996AAE'

red 153 ◦ green 106 ◦ blue 174

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

Shades of Ce Soir #996AAE

Tints of Ce Soir #996AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 35.33%
G = 24.48%
B = 40.18%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#996AAE (or 0x996AAE) is known color: Ce Soir. HEX triplet: 99, 6A and AE. RGB value is (153,106,174). Sum of RGB (Red+Green+Blue) = 153+106+174=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #996AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996AAE is #669551. Grayscale: #7F7F7F. Windows color (decimal): -6722898 or 11430553. OLE color: 11430553.

HSL color Cylindrical-coordinate representation of color #996AAE: hue angle of 281.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996AAE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 106 174 -
CMYK 0.12 0.39 0 0.32
HSL 281.47º 0.3% 0.55% -
HSV(B) 281.47º 0.39% 0.68% -
XYZ 25.93 20.14 42.56 -
YUV 127.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 153 106 174 0.12 0.39 0 0.32 281.47 0.3 0.55
Hex 99 6A AE C 27 0 20 119 1E 37
Octal 231 152 256 14 47 0 40 431 36 67
Binary 10011001 1101010 10101110 1100 100111 0 100000 100011001 11110 110111

Color Harmonies of #996AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AAE

Black with #996AAE

Text Example


Text Example

White with #996AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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