#8359D0

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

Shades of Amethyst #8359D0

Tints of Amethyst #8359D0

Color information

#8359D0 (or 0x8359D0) is unknown color: approx Amethyst. HEX triplet: 83, 59 and D0. RGB value is (131,89,208). Sum of RGB (Red+Green+Blue) = 131+89+208=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #8359D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359D0 is #7CA62F. Grayscale: #727272. Windows color (decimal): -8169008 or 13654403. OLE color: 13654403.

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

Color convert

RGB13189208-
CMYK0.370.5700.18
HSL261.18º55.87%58.24%-
HSV(B)261.18º57.21%81.57%-
XYZ24.3216.5261.58-
YUV115.12180.41139.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=30.61%
G=20.79%
B=48.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131892080.370.5700.18261.1855.8758.24
Hex8359D02539012105383a
Octal20313132045710224057072
Binary10000011101100111010000100101111001010010100000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,89,208); }

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

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

 a { background-color: rgb(131,89,208); }

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

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

 span { border-color: rgb(131,89,208); }

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