#96709E

Color #96709E Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #96709E

Tints of Ce Soir #96709E

Color information

#96709E (or 0x96709E) is unknown color: approx Ce Soir. HEX triplet: 96, 70 and 9E. RGB value is (150,112,158). Sum of RGB (Red+Green+Blue) = 150+112+158=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #96709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96709E is #698F61. Grayscale: #808080. Windows color (decimal): -6917986 or 10383510. OLE color: 10383510.

HSL color Cylindrical-coordinate representation of color #96709E: hue angle of 289.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96709E is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150112158-
CMYK0.050.2900.38
HSL289.57º19.17%52.94%-
HSV(B)289.57º29.11%61.96%-
XYZ24.5420.5435.02-
YUV128.61144.59143.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=35.71%
G=26.67%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501121580.050.2900.38289.5719.1752.94
Hex96709E51D0261221335
Octal2261602365350464422365
Binary1001011011100001001111010111101010011010010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96709E; }

 p { color: rgb(150,112,158); }

 H1.HeaderClassName
 {
   color: #96709E;
 }
 .AnyTagClassName
 {
   color: #96709E;
 }
</style>
background-color css

<style>
 a { background-color: #96709E; }

 a { background-color: rgb(150,112,158); }

 div.DivClassName
 {
   background-color: #96709E;
 }
 .BgClassName
 {
   background-color: #96709E;
 }
</style>
border-color css

<style>
 span { border-color: #96709E; }

 span { border-color: rgb(150,112,158); }

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