Html Css Color HEX #996FAC Ce Soir

📋 copy color: '#996FAC'

red 153 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #996FAC

Tints of Ce Soir #996FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 35.09%
G = 25.46%
B = 39.45%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#996FAC (or 0x996FAC) is known color: Ce Soir. HEX triplet: 99, 6F and AC. RGB value is (153,111,172). Sum of RGB (Red+Green+Blue) = 153+111+172=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #996FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FAC is #669053. Grayscale: #828282. Windows color (decimal): -6721620 or 11300761. OLE color: 11300761.

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

Color convert

RGB 153 111 172 -
CMYK 0.11 0.35 0 0.33
HSL 281.31º 0.27% 0.55% -
HSV(B) 281.31º 0.35% 0.67% -
XYZ 26.27 21.12 41.72 -
YUV 130.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 153 111 172 0.11 0.35 0 0.33 281.31 0.27 0.55
Hex 99 6F AC B 23 0 21 119 1B 37
Octal 231 157 254 13 43 0 41 431 33 67
Binary 10011001 1101111 10101100 1011 100011 0 100001 100011001 11011 110111

Color Harmonies of #996FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FAC

Black with #996FAC

Text Example


Text Example

White with #996FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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