Html Css Color HEX #996FA4 Ce Soir

📋 copy color: '#996FA4'

red 153 ◦ green 111 ◦ blue 164

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

Shades of Ce Soir #996FA4

Tints of Ce Soir #996FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 35.75%
G = 25.93%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#996FA4 (or 0x996FA4) is known color: Ce Soir. HEX triplet: 99, 6F and A4. RGB value is (153,111,164). Sum of RGB (Red+Green+Blue) = 153+111+164=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 164 - color contains mainly: blue. Hex color #996FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FA4 is #66905B. Grayscale: #818181. Windows color (decimal): -6721628 or 10776473. OLE color: 10776473.

HSL color Cylindrical-coordinate representation of color #996FA4: hue angle of 287.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996FA4 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 111 164 -
CMYK 0.07 0.32 0 0.36
HSL 287.55º 0.23% 0.54% -
HSV(B) 287.55º 0.32% 0.64% -
XYZ 25.52 20.82 37.8 -
YUV 129.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 153 111 164 0.07 0.32 0 0.36 287.55 0.23 0.54
Hex 99 6F A4 7 20 0 24 120 17 36
Octal 231 157 244 7 40 0 44 440 27 66
Binary 10011001 1101111 10100100 111 100000 0 100100 100100000 10111 110110

Color Harmonies of #996FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FA4

Black with #996FA4

Text Example


Text Example

White with #996FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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