Html Css Color HEX #96759C Ce Soir

📋 copy color: '#96759C'

red 150 ◦ green 117 ◦ blue 156

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

Shades of Ce Soir #96759C

Tints of Ce Soir #96759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 35.46%
G = 27.66%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96759C (or 0x96759C) is known color: Ce Soir. HEX triplet: 96, 75 and 9C. RGB value is (150,117,156). Sum of RGB (Red+Green+Blue) = 150+117+156=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #96759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96759C is #698A63. Grayscale: #838383. Windows color (decimal): -6916708 or 10253718. OLE color: 10253718.

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

Color convert

RGB 150 117 156 -
CMYK 0.04 0.25 0 0.39
HSL 290.77º 0.16% 0.54% -
HSV(B) 290.77º 0.25% 0.61% -
XYZ 24.94 21.61 34.31 -
YUV 131.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 150 117 156 0.04 0.25 0 0.39 290.77 0.16 0.54
Hex 96 75 9C 4 19 0 27 123 10 36
Octal 226 165 234 4 31 0 47 443 20 66
Binary 10010110 1110101 10011100 100 11001 0 100111 100100011 10000 110110

Color Harmonies of #96759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96759C

Black with #96759C

Text Example


Text Example

White with #96759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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