#8253CF

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

Shades of Amethyst #8253CF

Tints of Amethyst #8253CF

Color information

#8253CF (or 0x8253CF) is unknown color: approx Amethyst. HEX triplet: 82, 53 and CF. RGB value is (130,83,207). Sum of RGB (Red+Green+Blue) = 130+83+207=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8253CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253CF is #7DAC30. Grayscale: #6E6E6E. Windows color (decimal): -8236081 or 13587330. OLE color: 13587330.

HSL color Cylindrical-coordinate representation of color #8253CF: hue angle of 262.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8253CF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13083207-
CMYK0.370.6000.19
HSL262.74º56.36%56.86%-
HSV(B)262.74º59.9%81.18%-
XYZ23.5615.4460.77-
YUV111.19182.07141.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=30.95%
G=19.76%
B=49.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130832070.370.6000.19262.7456.3656.86
Hex8253CF253C0131073839
Octal20212331745740234077071
Binary10000010101001111001111100101111100010011100000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8253CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8253CF; }

 p { color: rgb(130,83,207); }

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

<style>
 a { background-color: #8253CF; }

 a { background-color: rgb(130,83,207); }

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

<style>
 span { border-color: #8253CF; }

 span { border-color: rgb(130,83,207); }

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