#8B62A1

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

Shades of Ce Soir #8B62A1

Tints of Ce Soir #8B62A1

Color information

#8B62A1 (or 0x8B62A1) is unknown color: approx Ce Soir. HEX triplet: 8B, 62 and A1. RGB value is (139,98,161). Sum of RGB (Red+Green+Blue) = 139+98+161=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #8B62A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B62A1 is #749D5E. Grayscale: #757575. Windows color (decimal): -7642463 or 10576523. OLE color: 10576523.

HSL color Cylindrical-coordinate representation of color #8B62A1: hue angle of 279.05º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B62A1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13998161-
CMYK0.140.3900.37
HSL279.05º25.1%50.78%-
HSV(B)279.05º39.13%63.14%-
XYZ21.4516.835.83-
YUV117.44152.58143.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=34.92%
G=24.62%
B=40.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139981610.140.3900.37279.0525.150.78
Hex8B62A1E270251171933
Octal21314224116470454273163
Binary100010111100010101000011110100111010010110001011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B62A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,161); }

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

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

 a { background-color: rgb(139,98,161); }

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

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

 span { border-color: rgb(139,98,161); }

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