#8B659C

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

Shades of Ce Soir #8B659C

Tints of Ce Soir #8B659C

Color information

#8B659C (or 0x8B659C) is unknown color: approx Ce Soir. HEX triplet: 8B, 65 and 9C. RGB value is (139,101,156). Sum of RGB (Red+Green+Blue) = 139+101+156=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B659C is #749A63. Grayscale: #767676. Windows color (decimal): -7641700 or 10249611. OLE color: 10249611.

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

Color convert

RGB139101156-
CMYK0.110.3500.39
HSL281.45º21.74%50.39%-
HSV(B)281.45º35.26%61.18%-
XYZ21.317.233.65-
YUV118.63149.09142.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=35.10%
G=25.51%
B=39.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391011560.110.3500.39281.4521.7450.39
Hex8B659CB230271191632
Octal21314523413430474312662
Binary100010111100101100111001011100011010011110001100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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