#8257CB

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

Shades of Amethyst #8257CB

Tints of Amethyst #8257CB

Color information

#8257CB (or 0x8257CB) is unknown color: approx Amethyst. HEX triplet: 82, 57 and CB. RGB value is (130,87,203). Sum of RGB (Red+Green+Blue) = 130+87+203=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8257CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257CB is #7DA834. Grayscale: #707070. Windows color (decimal): -8235061 or 13326210. OLE color: 13326210.

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

Color convert

RGB13087203-
CMYK0.360.5700.20
HSL262.24º52.73%56.86%-
HSV(B)262.24º57.14%79.61%-
XYZ23.3915.8758.33-
YUV113.08178.75140.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=30.95%
G=20.71%
B=48.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130872030.360.5700.20262.2452.7356.86
Hex8257CB24390141063539
Octal20212731344710244066571
Binary10000010101011111001011100100111001010100100000110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8257CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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