#8B7195

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

Shades of Ce Soir #8B7195

Tints of Ce Soir #8B7195

Color information

#8B7195 (or 0x8B7195) is unknown color: approx Ce Soir. HEX triplet: 8B, 71 and 95. RGB value is (139,113,149). Sum of RGB (Red+Green+Blue) = 139+113+149=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7195 is #748E6A. Grayscale: #7C7C7C. Windows color (decimal): -7638635 or 9793931. OLE color: 9793931.

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

Color convert

RGB139113149-
CMYK0.070.2400.42
HSL283.33º14.52%51.37%-
HSV(B)283.33º24.16%58.43%-
XYZ21.9819.4731.03-
YUV124.88141.61138.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=34.66%
G=28.18%
B=37.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391131490.070.2400.42283.3314.5251.37
Hex8B719571802A11bf33
Octal2131612257300524331763
Binary100010111110001100101011111100001010101000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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