Html Css Color HEX #96749D Ce Soir

📋 copy color: '#96749D'

red 150 ◦ green 116 ◦ blue 157

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

Shades of Ce Soir #96749D

Tints of Ce Soir #96749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 35.46%
G = 27.42%
B = 37.12%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96749D (or 0x96749D) is known color: Ce Soir. HEX triplet: 96, 74 and 9D. RGB value is (150,116,157). Sum of RGB (Red+Green+Blue) = 150+116+157=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #96749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96749D is #698B62. Grayscale: #828282. Windows color (decimal): -6916963 or 10318998. OLE color: 10318998.

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

Color convert

RGB 150 116 157 -
CMYK 0.04 0.26 0 0.38
HSL 289.76º 0.17% 0.54% -
HSV(B) 289.76º 0.26% 0.62% -
XYZ 24.91 21.41 34.72 -
YUV 130.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 150 116 157 0.04 0.26 0 0.38 289.76 0.17 0.54
Hex 96 74 9D 4 1A 0 26 122 11 36
Octal 226 164 235 4 32 0 46 442 21 66
Binary 10010110 1110100 10011101 100 11010 0 100110 100100010 10001 110110

Color Harmonies of #96749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96749D

Black with #96749D

Text Example


Text Example

White with #96749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96749D;
 }
 .AnyTagClassName
 {
   color: #96749D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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