#8B60AA

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

Shades of Ce Soir #8B60AA

Tints of Ce Soir #8B60AA

Color information

#8B60AA (or 0x8B60AA) is unknown color: approx Ce Soir. HEX triplet: 8B, 60 and AA. RGB value is (139,96,170). Sum of RGB (Red+Green+Blue) = 139+96+170=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B60AA is #749F55. Grayscale: #757575. Windows color (decimal): -7642966 or 11165835. OLE color: 11165835.

HSL color Cylindrical-coordinate representation of color #8B60AA: hue angle of 274.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B60AA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13996170-
CMYK0.180.4400.33
HSL274.86º30.33%52.16%-
HSV(B)274.86º43.53%66.67%-
XYZ22.0916.7640.1-
YUV117.29157.75143.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=34.32%
G=23.70%
B=41.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139961700.180.4400.33274.8630.3352.16
Hex8B60AA122C0211131e34
Octal21314025222540414233664
Binary1000101111000001010101010010101100010000110001001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,170); }

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

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

 a { background-color: rgb(139,96,170); }

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

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

 span { border-color: rgb(139,96,170); }

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