#95719F

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

Shades of Ce Soir #95719F

Tints of Ce Soir #95719F

Color information

#95719F (or 0x95719F) is unknown color: approx Ce Soir. HEX triplet: 95, 71 and 9F. RGB value is (149,113,159). Sum of RGB (Red+Green+Blue) = 149+113+159=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #95719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95719F is #6A8E60. Grayscale: #808080. Windows color (decimal): -6983265 or 10449301. OLE color: 10449301.

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

Color convert

RGB149113159-
CMYK0.060.2900.38
HSL286.96º19.33%53.33%-
HSV(B)286.96º28.93%62.35%-
XYZ24.5620.735.5-
YUV129.01144.93142.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=35.39%
G=26.84%
B=37.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491131590.060.2900.38286.9619.3353.33
Hex95719F61D02611f1335
Octal2251612376350464372365
Binary1001010111100011001111111011101010011010001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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