#8E65CD

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

Shades of Amethyst #8E65CD

Tints of Amethyst #8E65CD

Color information

#8E65CD (or 0x8E65CD) is unknown color: approx Amethyst. HEX triplet: 8E, 65 and CD. RGB value is (142,101,205). Sum of RGB (Red+Green+Blue) = 142+101+205=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65CD is #719A32. Grayscale: #7C7C7C. Windows color (decimal): -7445043 or 13460878. OLE color: 13460878.

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

Color convert

RGB142101205-
CMYK0.310.5100.20
HSL263.65º50.98%60%-
HSV(B)263.65º50.73%80.39%-
XYZ26.8319.4760.1-
YUV125.12173.08140.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=31.70%
G=22.54%
B=45.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421012050.310.5100.20263.6550.9860
Hex8E65CD1F33014108333c
Octal21614531537630244106374
Binary1000111011001011100110111111110011010100100001000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,205); }

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

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

 a { background-color: rgb(142,101,205); }

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

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

 span { border-color: rgb(142,101,205); }

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