Html Css Color HEX #96729C Ce Soir

📋 copy color: '#96729C'

red 150 ◦ green 114 ◦ blue 156

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

Shades of Ce Soir #96729C

Tints of Ce Soir #96729C

RGB

 RED value IS 150 (58.98% from 255) = 35.71%

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 35.71%
G = 27.14%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96729C (or 0x96729C) is known color: Ce Soir. HEX triplet: 96, 72 and 9C. RGB value is (150,114,156). Sum of RGB (Red+Green+Blue) = 150+114+156=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #96729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729C is #698D63. Grayscale: #818181. Windows color (decimal): -6917476 or 10252950. OLE color: 10252950.

HSL color Cylindrical-coordinate representation of color #96729C: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96729C is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 114 156 -
CMYK 0.04 0.27 0 0.39
HSL 291.43º 0.18% 0.53% -
HSV(B) 291.43º 0.27% 0.61% -
XYZ 24.6 20.92 34.19 -
YUV 129.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 150 114 156 0.04 0.27 0 0.39 291.43 0.18 0.53
Hex 96 72 9C 4 1B 0 27 123 12 35
Octal 226 162 234 4 33 0 47 443 22 65
Binary 10010110 1110010 10011100 100 11011 0 100111 100100011 10010 110101

Color Harmonies of #96729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96729C

Black with #96729C

Text Example


Text Example

White with #96729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96729C; }

 p { color: rgb(150,114,156); }

 H1.HeaderClassName
 {
   color: #96729C;
 }
 .AnyTagClassName
 {
   color: #96729C;
 }
</style>

background-color css

<style>
 a { background-color: #96729C; }

 a { background-color: rgb(150,114,156); }

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

border-color css

<style>
 span { border-color: #96729C; }

 span { border-color: rgb(150,114,156); }

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