#8D62CD

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

Shades of Amethyst #8D62CD

Tints of Amethyst #8D62CD

Color information

#8D62CD (or 0x8D62CD) is unknown color: approx Amethyst. HEX triplet: 8D, 62 and CD. RGB value is (141,98,205). Sum of RGB (Red+Green+Blue) = 141+98+205=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D62CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62CD is #729D32. Grayscale: #7A7A7A. Windows color (decimal): -7511347 or 13460109. OLE color: 13460109.

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

Color convert

RGB14198205-
CMYK0.310.5200.20
HSL264.11º51.69%59.41%-
HSV(B)264.11º52.2%80.39%-
XYZ26.3718.8160-
YUV123.06174.25140.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=31.76%
G=22.07%
B=46.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141982050.310.5200.20264.1151.6959.41
Hex8D62CD1F34014108343b
Octal21514231537640244106473
Binary1000110111000101100110111111110100010100100001000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,205); }

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

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

 a { background-color: rgb(141,98,205); }

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

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

 span { border-color: rgb(141,98,205); }

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