#8B7295

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

Shades of Ce Soir #8B7295

Tints of Ce Soir #8B7295

Color information

#8B7295 (or 0x8B7295) is unknown color: approx Ce Soir. HEX triplet: 8B, 72 and 95. RGB value is (139,114,149). Sum of RGB (Red+Green+Blue) = 139+114+149=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7295 is #748D6A. Grayscale: #7D7D7D. Windows color (decimal): -7638379 or 9794187. OLE color: 9794187.

HSL color Cylindrical-coordinate representation of color #8B7295: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B7295 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB139114149-
CMYK0.070.2300.42
HSL282.86º14.17%51.57%-
HSV(B)282.86º23.49%58.43%-
XYZ22.0919.6931.07-
YUV125.46141.28137.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=34.58%
G=28.36%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391141490.070.2300.42282.8614.1751.57
Hex8B729571702A11be34
Octal2131622257270524331664
Binary100010111110010100101011111011101010101000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7295; }

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

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

<style>
 a { background-color: #8B7295; }

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

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

<style>
 span { border-color: #8B7295; }

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

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