#95729F

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

Shades of Ce Soir #95729F

Tints of Ce Soir #95729F

Color information

#95729F (or 0x95729F) is unknown color: approx Ce Soir. HEX triplet: 95, 72 and 9F. RGB value is (149,114,159). Sum of RGB (Red+Green+Blue) = 149+114+159=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #95729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95729F is #6A8D60. Grayscale: #818181. Windows color (decimal): -6983009 or 10449557. OLE color: 10449557.

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

Color convert

RGB149114159-
CMYK0.060.2800.38
HSL286.67º18.99%53.53%-
HSV(B)286.67º28.3%62.35%-
XYZ24.6720.9335.54-
YUV129.6144.6141.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=35.31%
G=27.01%
B=37.68%

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
Decimal1491141590.060.2800.38286.6718.9953.53
Hex95729F61C02611f1336
Octal2251622376340464372366
Binary1001010111100101001111111011100010011010001111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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