Html Css Color HEX #96739C Ce Soir

📋 copy color: '#96739C'

red 150 ◦ green 115 ◦ blue 156

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

Shades of Ce Soir #96739C

Tints of Ce Soir #96739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

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

R = 35.63%
G = 27.32%
B = 37.05%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96739C (or 0x96739C) is known color: Ce Soir. HEX triplet: 96, 73 and 9C. RGB value is (150,115,156). Sum of RGB (Red+Green+Blue) = 150+115+156=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #96739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96739C is #698C63. Grayscale: #828282. Windows color (decimal): -6917220 or 10253206. OLE color: 10253206.

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

Color convert

RGB 150 115 156 -
CMYK 0.04 0.26 0 0.39
HSL 291.22º 0.17% 0.53% -
HSV(B) 291.22º 0.26% 0.61% -
XYZ 24.71 21.15 34.23 -
YUV 130.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 150 115 156 0.04 0.26 0 0.39 291.22 0.17 0.53
Hex 96 73 9C 4 1A 0 27 123 11 35
Octal 226 163 234 4 32 0 47 443 21 65
Binary 10010110 1110011 10011100 100 11010 0 100111 100100011 10001 110101

Color Harmonies of #96739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96739C

Black with #96739C

Text Example


Text Example

White with #96739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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