#8358D1

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

Shades of Amethyst #8358D1

Tints of Amethyst #8358D1

Color information

#8358D1 (or 0x8358D1) is unknown color: approx Amethyst. HEX triplet: 83, 58 and D1. RGB value is (131,88,209). Sum of RGB (Red+Green+Blue) = 131+88+209=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #8358D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358D1 is #7CA72E. Grayscale: #727272. Windows color (decimal): -8169263 or 13719683. OLE color: 13719683.

HSL color Cylindrical-coordinate representation of color #8358D1: hue angle of 261.32º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8358D1 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13188209-
CMYK0.370.5800.18
HSL261.32º56.81%58.24%-
HSV(B)261.32º57.89%81.96%-
XYZ24.3616.4162.2-
YUV114.65181.25139.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 209 (82.03% from 255) = 48.83%
R=30.61%
G=20.56%
B=48.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131882090.370.5800.18261.3256.8158.24
Hex8358D1253A012105393a
Octal20313032145720224057172
Binary10000011101100011010001100101111010010010100000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8358D1; }

 p { color: rgb(131,88,209); }

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

<style>
 a { background-color: #8358D1; }

 a { background-color: rgb(131,88,209); }

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

<style>
 span { border-color: #8358D1; }

 span { border-color: rgb(131,88,209); }

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