#8254D0

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

Shades of Amethyst #8254D0

Tints of Amethyst #8254D0

Color information

#8254D0 (or 0x8254D0) is unknown color: approx Amethyst. HEX triplet: 82, 54 and D0. RGB value is (130,84,208). Sum of RGB (Red+Green+Blue) = 130+84+208=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #8254D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254D0 is #7DAB2F. Grayscale: #6F6F6F. Windows color (decimal): -8235824 or 13653122. OLE color: 13653122.

HSL color Cylindrical-coordinate representation of color #8254D0: hue angle of 262.26º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8254D0 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13084208-
CMYK0.380.6000.18
HSL262.26º56.88%57.25%-
HSV(B)262.26º59.62%81.57%-
XYZ23.7615.6461.44-
YUV111.89182.24140.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=30.81%
G=19.91%
B=49.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130842080.380.6000.18262.2656.8857.25
Hex8254D0263C0121063939
Octal20212432046740224067171
Binary10000010101010011010000100110111100010010100000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8254D0; }

 p { color: rgb(130,84,208); }

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

<style>
 a { background-color: #8254D0; }

 a { background-color: rgb(130,84,208); }

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

<style>
 span { border-color: #8254D0; }

 span { border-color: rgb(130,84,208); }

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