#8B649B

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

Shades of Ce Soir #8B649B

Tints of Ce Soir #8B649B

Color information

#8B649B (or 0x8B649B) is unknown color: approx Ce Soir. HEX triplet: 8B, 64 and 9B. RGB value is (139,100,155). Sum of RGB (Red+Green+Blue) = 139+100+155=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B649B is #749B64. Grayscale: #757575. Windows color (decimal): -7641957 or 10183819. OLE color: 10183819.

HSL color Cylindrical-coordinate representation of color #8B649B: hue angle of 282.55º 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 #8B649B is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139100155-
CMYK0.100.3500.39
HSL282.55º21.57%50%-
HSV(B)282.55º35.48%60.78%-
XYZ21.1216.9733.17-
YUV117.93148.92143.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=35.28%
G=25.38%
B=39.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391001550.100.3500.39282.5521.5750
Hex8B649BA2302711b1632
Octal21314423312430474332662
Binary100010111100100100110111010100011010011110001101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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