#8B719E

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

Shades of Ce Soir #8B719E

Tints of Ce Soir #8B719E

Color information

#8B719E (or 0x8B719E) is unknown color: approx Ce Soir. HEX triplet: 8B, 71 and 9E. RGB value is (139,113,158). Sum of RGB (Red+Green+Blue) = 139+113+158=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B719E is #748E61. Grayscale: #7D7D7D. Windows color (decimal): -7638626 or 10383755. OLE color: 10383755.

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

Color convert

RGB139113158-
CMYK0.120.2800.38
HSL274.67º18.83%53.14%-
HSV(B)274.67º28.48%61.96%-
XYZ22.7219.7734.97-
YUV125.9146.11137.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=33.90%
G=27.56%
B=38.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391131580.120.2800.38274.6718.8353.14
Hex8B719EC1C0261131335
Octal21316123614340464232365
Binary10001011111000110011110110011100010011010001001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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