#8B60B1

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

Shades of Ce Soir #8B60B1

Tints of Ce Soir #8B60B1

Color information

#8B60B1 (or 0x8B60B1) is unknown color: approx Ce Soir. HEX triplet: 8B, 60 and B1. RGB value is (139,96,177). Sum of RGB (Red+Green+Blue) = 139+96+177=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B60B1 is #749F4E. Grayscale: #757575. Windows color (decimal): -7642959 or 11624587. OLE color: 11624587.

HSL color Cylindrical-coordinate representation of color #8B60B1: hue angle of 271.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B60B1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13996177-
CMYK0.210.4600.31
HSL271.85º34.18%53.53%-
HSV(B)271.85º45.76%69.41%-
XYZ22.7717.0343.68-
YUV118.09161.25142.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=33.74%
G=23.30%
B=42.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139961770.210.4600.31271.8534.1853.53
Hex8B60B1152E01F1102236
Octal21314026125560374204266
Binary1000101111000001011000110101101110011111100010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,177); }

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

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

 a { background-color: rgb(139,96,177); }

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

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

 span { border-color: rgb(139,96,177); }

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