#8356CA

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

Shades of Amethyst #8356CA

Tints of Amethyst #8356CA

Color information

#8356CA (or 0x8356CA) is unknown color: approx Amethyst. HEX triplet: 83, 56 and CA. RGB value is (131,86,202). Sum of RGB (Red+Green+Blue) = 131+86+202=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #8356CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356CA is #7CA935. Grayscale: #707070. Windows color (decimal): -8169782 or 13260419. OLE color: 13260419.

HSL color Cylindrical-coordinate representation of color #8356CA: hue angle of 263.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8356CA is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13186202-
CMYK0.350.5700.21
HSL263.28º52.25%56.47%-
HSV(B)263.28º57.43%79.22%-
XYZ23.3515.7557.69-
YUV112.68178.41141.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=31.26%
G=20.53%
B=48.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131862020.350.5700.21263.2852.2556.47
Hex8356CA23390151073438
Octal20312631243710254076470
Binary10000011101011011001010100011111001010101100000111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8356CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8356CA; }

 p { color: rgb(131,86,202); }

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

<style>
 a { background-color: #8356CA; }

 a { background-color: rgb(131,86,202); }

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

<style>
 span { border-color: #8356CA; }

 span { border-color: rgb(131,86,202); }

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