Html Css Color HEX #96749C Ce Soir

📋 copy color: '#96749C'

red 150 ◦ green 116 ◦ blue 156

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

Shades of Ce Soir #96749C

Tints of Ce Soir #96749C

RGB

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

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

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

R = 35.55%
G = 27.49%
B = 36.97%

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

#96749C (or 0x96749C) is known color: Ce Soir. HEX triplet: 96, 74 and 9C. RGB value is (150,116,156). Sum of RGB (Red+Green+Blue) = 150+116+156=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #96749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96749C is #698B63. Grayscale: #828282. Windows color (decimal): -6916964 or 10253462. OLE color: 10253462.

HSL color Cylindrical-coordinate representation of color #96749C: hue angle of 291º 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 #96749C is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 116 156 -
CMYK 0.04 0.26 0 0.39
HSL 291º 0.17% 0.53% -
HSV(B) 291º 0.26% 0.61% -
XYZ 24.82 21.38 34.27 -
YUV 130.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 150 116 156 0.04 0.26 0 0.39 291 0.17 0.53
Hex 96 74 9C 4 1A 0 27 123 11 35
Octal 226 164 234 4 32 0 47 443 21 65
Binary 10010110 1110100 10011100 100 11010 0 100111 100100011 10001 110101

Color Harmonies of #96749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96749C

Black with #96749C

Text Example


Text Example

White with #96749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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