#8D5DCB

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

Shades of Amethyst #8D5DCB

Tints of Amethyst #8D5DCB

Color information

#8D5DCB (or 0x8D5DCB) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and CB. RGB value is (141,93,203). Sum of RGB (Red+Green+Blue) = 141+93+203=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DCB is #72A234. Grayscale: #777777. Windows color (decimal): -7512629 or 13327757. OLE color: 13327757.

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

Color convert

RGB14193203-
CMYK0.310.5400.20
HSL266.18º51.4%58.04%-
HSV(B)266.18º54.19%79.61%-
XYZ25.6817.858.58-
YUV119.89174.9143.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=32.27%
G=21.28%
B=46.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141932030.310.5400.20266.1851.458.04
Hex8D5DCB1F3601410a333a
Octal21513531337660244126372
Binary1000110110111011100101111111110110010100100001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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