#8A5CCD

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

Shades of Amethyst #8A5CCD

Tints of Amethyst #8A5CCD

Color information

#8A5CCD (or 0x8A5CCD) is unknown color: approx Amethyst. HEX triplet: 8A, 5C and CD. RGB value is (138,92,205). Sum of RGB (Red+Green+Blue) = 138+92+205=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CCD is #75A332. Grayscale: #767676. Windows color (decimal): -7709491 or 13458570. OLE color: 13458570.

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

Color convert

RGB13892205-
CMYK0.330.5500.20
HSL264.42º53.05%58.24%-
HSV(B)264.42º55.12%80.39%-
XYZ25.3317.4759.79-
YUV118.64176.74141.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=31.72%
G=21.15%
B=47.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138922050.330.5500.20264.4253.0558.24
Hex8A5CCD2137014108353a
Octal21213431541670244106572
Binary10001010101110011001101100001110111010100100001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,205); }

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

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

 a { background-color: rgb(138,92,205); }

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

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

 span { border-color: rgb(138,92,205); }

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