#8254CB

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

Shades of Amethyst #8254CB

Tints of Amethyst #8254CB

Color information

#8254CB (or 0x8254CB) is unknown color: approx Amethyst. HEX triplet: 82, 54 and CB. RGB value is (130,84,203). Sum of RGB (Red+Green+Blue) = 130+84+203=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8254CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254CB is #7DAB34. Grayscale: #6E6E6E. Windows color (decimal): -8235829 or 13325442. OLE color: 13325442.

HSL color Cylindrical-coordinate representation of color #8254CB: hue angle of 263.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8254CB is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13084203-
CMYK0.360.5900.20
HSL263.19º53.36%56.27%-
HSV(B)263.19º58.62%79.61%-
XYZ23.1615.458.25-
YUV111.32179.74141.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=31.18%
G=20.14%
B=48.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130842030.360.5900.20263.1953.3656.27
Hex8254CB243B0141073538
Octal20212431344730244076570
Binary10000010101010011001011100100111011010100100000111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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