#96729D

Color #96729D Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #96729D

Tints of Ce Soir #96729D

Color information

#96729D (or 0x96729D) is unknown color: approx Ce Soir. HEX triplet: 96, 72 and 9D. RGB value is (150,114,157). Sum of RGB (Red+Green+Blue) = 150+114+157=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #96729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729D is #698D62. Grayscale: #818181. Windows color (decimal): -6917475 or 10318486. OLE color: 10318486.

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

Color convert

RGB150114157-
CMYK0.040.2700.38
HSL290.23º17.99%53.14%-
HSV(B)290.23º27.39%61.57%-
XYZ24.6820.9534.64-
YUV129.67143.43142.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=35.63%
G=27.08%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501141570.040.2700.38290.2317.9953.14
Hex96729D41B0261221235
Octal2261622354330464422265
Binary1001011011100101001110110011011010011010010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96729D;
 }
 .AnyTagClassName
 {
   color: #96729D;
 }
</style>
background-color css

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

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

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

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

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

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