Html Css Color HEX #996BAE Ce Soir

📋 copy color: '#996BAE'

red 153 ◦ green 107 ◦ blue 174

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

Shades of Ce Soir #996BAE

Tints of Ce Soir #996BAE

RGB

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

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

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

R = 35.25%
G = 24.65%
B = 40.09%

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

#996BAE (or 0x996BAE) is known color: Ce Soir. HEX triplet: 99, 6B and AE. RGB value is (153,107,174). Sum of RGB (Red+Green+Blue) = 153+107+174=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #996BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BAE is #669451. Grayscale: #808080. Windows color (decimal): -6722642 or 11430809. OLE color: 11430809.

HSL color Cylindrical-coordinate representation of color #996BAE: hue angle of 281.19º degrees, saturation: 0.29, 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 #996BAE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 107 174 -
CMYK 0.12 0.39 0 0.32
HSL 281.19º 0.29% 0.55% -
HSV(B) 281.19º 0.39% 0.68% -
XYZ 26.03 20.34 42.6 -
YUV 128.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 153 107 174 0.12 0.39 0 0.32 281.19 0.29 0.55
Hex 99 6B AE C 27 0 20 119 1D 37
Octal 231 153 256 14 47 0 40 431 35 67
Binary 10011001 1101011 10101110 1100 100111 0 100000 100011001 11101 110111

Color Harmonies of #996BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BAE

Black with #996BAE

Text Example


Text Example

White with #996BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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