Html Css Color HEX #96749F Ce Soir

📋 copy color: '#96749F'

red 150 ◦ green 116 ◦ blue 159

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

Shades of Ce Soir #96749F

Tints of Ce Soir #96749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 35.29%
G = 27.29%
B = 37.41%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96749F (or 0x96749F) is known color: Ce Soir. HEX triplet: 96, 74 and 9F. RGB value is (150,116,159). Sum of RGB (Red+Green+Blue) = 150+116+159=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #96749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96749F is #698B60. Grayscale: #828282. Windows color (decimal): -6916961 or 10450070. OLE color: 10450070.

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

Color convert

RGB 150 116 159 -
CMYK 0.06 0.27 0 0.38
HSL 287.44º 0.18% 0.54% -
HSV(B) 287.44º 0.27% 0.62% -
XYZ 25.08 21.48 35.62 -
YUV 131.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 150 116 159 0.06 0.27 0 0.38 287.44 0.18 0.54
Hex 96 74 9F 6 1B 0 26 11F 12 36
Octal 226 164 237 6 33 0 46 437 22 66
Binary 10010110 1110100 10011111 110 11011 0 100110 100011111 10010 110110

Color Harmonies of #96749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96749F

Black with #96749F

Text Example


Text Example

White with #96749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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