#8D5ACB

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

Shades of Amethyst #8D5ACB

Tints of Amethyst #8D5ACB

Color information

#8D5ACB (or 0x8D5ACB) is unknown color: approx Amethyst. HEX triplet: 8D, 5A and CB. RGB value is (141,90,203). Sum of RGB (Red+Green+Blue) = 141+90+203=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ACB is #72A534. Grayscale: #757575. Windows color (decimal): -7513397 or 13326989. OLE color: 13326989.

HSL color Cylindrical-coordinate representation of color #8D5ACB: hue angle of 267.08º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5ACB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14190203-
CMYK0.310.5600.20
HSL267.08º52.07%57.45%-
HSV(B)267.08º55.67%79.61%-
XYZ25.4217.2958.5-
YUV118.13175.9144.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=32.49%
G=20.74%
B=46.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141902030.310.5600.20267.0852.0757.45
Hex8D5ACB1F3801410b3439
Octal21513231337700244136471
Binary1000110110110101100101111111111000010100100001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,203); }

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

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

 a { background-color: rgb(141,90,203); }

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

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

 span { border-color: rgb(141,90,203); }

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