Html Css Color HEX #96729F Ce Soir

📋 copy color: '#96729F'

red 150 ◦ green 114 ◦ blue 159

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

Shades of Ce Soir #96729F

Tints of Ce Soir #96729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 35.46%
G = 26.95%
B = 37.59%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96729F (or 0x96729F) is known color: Ce Soir. HEX triplet: 96, 72 and 9F. RGB value is (150,114,159). Sum of RGB (Red+Green+Blue) = 150+114+159=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #96729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729F is #698D60. Grayscale: #818181. Windows color (decimal): -6917473 or 10449558. OLE color: 10449558.

HSL color Cylindrical-coordinate representation of color #96729F: hue angle of 288º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96729F is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 114 159 -
CMYK 0.06 0.28 0 0.38
HSL 288º 0.19% 0.54% -
HSV(B) 288º 0.28% 0.62% -
XYZ 24.85 21.02 35.55 -
YUV 129.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 150 114 159 0.06 0.28 0 0.38 288 0.19 0.54
Hex 96 72 9F 6 1C 0 26 120 13 36
Octal 226 162 237 6 34 0 46 440 23 66
Binary 10010110 1110010 10011111 110 11100 0 100110 100100000 10011 110110

Color Harmonies of #96729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96729F

Black with #96729F

Text Example


Text Example

White with #96729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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