#8B659F

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

Shades of Ce Soir #8B659F

Tints of Ce Soir #8B659F

Color information

#8B659F (or 0x8B659F) is unknown color: approx Ce Soir. HEX triplet: 8B, 65 and 9F. RGB value is (139,101,159). Sum of RGB (Red+Green+Blue) = 139+101+159=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B659F is #749A60. Grayscale: #767676. Windows color (decimal): -7641697 or 10446219. OLE color: 10446219.

HSL color Cylindrical-coordinate representation of color #8B659F: hue angle of 279.31º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B659F is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139101159-
CMYK0.130.3600.38
HSL279.31º23.2%50.98%-
HSV(B)279.31º36.48%62.35%-
XYZ21.5617.335-
YUV118.97150.59142.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=34.84%
G=25.31%
B=39.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391011590.130.3600.38279.3123.250.98
Hex8B659FD240261171733
Octal21314523715440464272763
Binary100010111100101100111111101100100010011010001011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,159); }

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

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

 a { background-color: rgb(139,101,159); }

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

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

 span { border-color: rgb(139,101,159); }

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