#8b5f9d

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

Shades of Ce Soir #8B5F9D

Tints of Ce Soir #8B5F9D

Color information

#8B5F9D (or 0x8B5F9D) is unknown color: approx Ce Soir. HEX triplet: 8B, 5F and 9D. RGB value is (139,95,157). Sum of RGB (Red+Green+Blue) = 139+95+157=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B5F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F9D is #74A062. Grayscale: #737373. Windows color (decimal): -7643235 or 10313611. OLE color: 10313611.

HSL color Cylindrical-coordinate representation of color #8B5F9D: hue angle of 282.58º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5F9D is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13995157-
CMYK0.110.3900.38
HSL282.58º24.6%49.41%-
HSV(B)282.58º39.49%61.57%-
XYZ20.8316.1133.91-
YUV115.22151.58144.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=35.55%
G=24.30%
B=40.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139951570.110.3900.38282.5824.649.41
Hex8B5F9DB2702611b1931
Octal21313723513470464333161
Binary100010111011111100111011011100111010011010001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5f9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,157); }

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

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

 a { background-color: rgb(139,95,157); }

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

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

 span { border-color: rgb(139,95,157); }

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