#8b649f

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

Shades of Ce Soir #8B649F

Tints of Ce Soir #8B649F

Color information

#8B649F (or 0x8B649F) is unknown color: approx Ce Soir. HEX triplet: 8B, 64 and 9F. RGB value is (139,100,159). Sum of RGB (Red+Green+Blue) = 139+100+159=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B649F is #749B60. Grayscale: #767676. Windows color (decimal): -7641953 or 10445963. OLE color: 10445963.

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

Color convert

RGB139100159-
CMYK0.130.3700.38
HSL279.66º23.51%50.78%-
HSV(B)279.66º37.11%62.35%-
XYZ21.4617.1134.97-
YUV118.39150.92142.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=34.92%
G=25.13%
B=39.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391001590.130.3700.38279.6623.5150.78
Hex8B649FD250261181833
Octal21314423715450464303063
Binary100010111100100100111111101100101010011010001100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b649f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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