#97719F

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

Shades of Ce Soir #97719F

Tints of Ce Soir #97719F

Color information

#97719F (or 0x97719F) is unknown color: approx Ce Soir. HEX triplet: 97, 71 and 9F. RGB value is (151,113,159). Sum of RGB (Red+Green+Blue) = 151+113+159=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #97719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97719F is #688E60. Grayscale: #818181. Windows color (decimal): -6852193 or 10449303. OLE color: 10449303.

HSL color Cylindrical-coordinate representation of color #97719F: 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 #97719F is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151113159-
CMYK0.050.2900.38
HSL289.57º19.33%53.33%-
HSV(B)289.57º28.93%62.35%-
XYZ24.9320.8935.52-
YUV129.61144.59143.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=35.70%
G=26.71%
B=37.59%

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
Decimal1511131590.050.2900.38289.5719.3353.33
Hex97719F51D0261221335
Octal2271612375350464422365
Binary1001011111100011001111110111101010011010010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,113,159); }

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

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

 a { background-color: rgb(151,113,159); }

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

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

 span { border-color: rgb(151,113,159); }

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