#95739F

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

Shades of Ce Soir #95739F

Tints of Ce Soir #95739F

Color information

#95739F (or 0x95739F) is unknown color: approx Ce Soir. HEX triplet: 95, 73 and 9F. RGB value is (149,115,159). Sum of RGB (Red+Green+Blue) = 149+115+159=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 115 (45.31% from 255 or 27.19% 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 #95739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95739F is #6A8C60. Grayscale: #828282. Windows color (decimal): -6982753 or 10449813. OLE color: 10449813.

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

Color convert

RGB149115159-
CMYK0.060.2800.38
HSL286.36º18.64%53.73%-
HSV(B)286.36º27.67%62.35%-
XYZ24.7821.1535.58-
YUV130.18144.26141.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=35.22%
G=27.19%
B=37.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491151590.060.2800.38286.3618.6453.73
Hex95739F61C02611e1336
Octal2251632376340464362366
Binary1001010111100111001111111011100010011010001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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