Html Css Color HEX #996FA8 Ce Soir

📋 copy color: '#996FA8'

red 153 ◦ green 111 ◦ blue 168

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

Shades of Ce Soir #996FA8

Tints of Ce Soir #996FA8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 168 (66.02% from 255) = 38.89%

R = 35.42%
G = 25.69%
B = 38.89%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#996FA8 (or 0x996FA8) is known color: Ce Soir. HEX triplet: 99, 6F and A8. RGB value is (153,111,168). Sum of RGB (Red+Green+Blue) = 153+111+168=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 168 - color contains mainly: blue. Hex color #996FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FA8 is #669057. Grayscale: #818181. Windows color (decimal): -6721624 or 11038617. OLE color: 11038617.

HSL color Cylindrical-coordinate representation of color #996FA8: hue angle of 284.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996FA8 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 111 168 -
CMYK 0.09 0.34 0 0.34
HSL 284.21º 0.25% 0.55% -
HSV(B) 284.21º 0.34% 0.66% -
XYZ 25.89 20.97 39.73 -
YUV 130.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 153 111 168 0.09 0.34 0 0.34 284.21 0.25 0.55
Hex 99 6F A8 9 22 0 22 11C 19 37
Octal 231 157 250 11 42 0 42 434 31 67
Binary 10011001 1101111 10101000 1001 100010 0 100010 100011100 11001 110111

Color Harmonies of #996FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FA8

Black with #996FA8

Text Example


Text Example

White with #996FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,111,168); }

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

background-color css

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

 a { background-color: rgb(153,111,168); }

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

border-color css

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

 span { border-color: rgb(153,111,168); }

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