#8b5b9c

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

Shades of Ce Soir #8B5B9C

Tints of Ce Soir #8B5B9C

Color information

#8B5B9C (or 0x8B5B9C) is unknown color: approx Ce Soir. HEX triplet: 8B, 5B and 9C. RGB value is (139,91,156). Sum of RGB (Red+Green+Blue) = 139+91+156=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B5B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5B9C is #74A463. Grayscale: #707070. Windows color (decimal): -7644260 or 10247051. OLE color: 10247051.

HSL color Cylindrical-coordinate representation of color #8B5B9C: hue angle of 284.31º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5B9C is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13991156-
CMYK0.110.4200.39
HSL284.31º26.32%48.43%-
HSV(B)284.31º41.67%61.18%-
XYZ20.3915.3733.34-
YUV112.76152.4146.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=36.01%
G=23.58%
B=40.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139911560.110.4200.39284.3126.3248.43
Hex8B5B9CB2A02711c1a30
Octal21313323413520474343260
Binary100010111011011100111001011101010010011110001110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,156); }

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

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

 a { background-color: rgb(139,91,156); }

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

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

 span { border-color: rgb(139,91,156); }

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