Html Css Color HEX #96769D Ce Soir

📋 copy color: '#96769D'

red 150 ◦ green 118 ◦ blue 157

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

Shades of Ce Soir #96769D

Tints of Ce Soir #96769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

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

R = 35.29%
G = 27.76%
B = 36.94%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96769D (or 0x96769D) is known color: Ce Soir. HEX triplet: 96, 76 and 9D. RGB value is (150,118,157). Sum of RGB (Red+Green+Blue) = 150+118+157=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #96769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769D is #698962. Grayscale: #838383. Windows color (decimal): -6916451 or 10319510. OLE color: 10319510.

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

Color convert

RGB 150 118 157 -
CMYK 0.04 0.25 0 0.38
HSL 289.23º 0.17% 0.54% -
HSV(B) 289.23º 0.25% 0.62% -
XYZ 25.14 21.88 34.8 -
YUV 132.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 150 118 157 0.04 0.25 0 0.38 289.23 0.17 0.54
Hex 96 76 9D 4 19 0 26 121 11 36
Octal 226 166 235 4 31 0 46 441 21 66
Binary 10010110 1110110 10011101 100 11001 0 100110 100100001 10001 110110

Color Harmonies of #96769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96769D

Black with #96769D

Text Example


Text Example

White with #96769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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