#8358CA

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

Shades of Amethyst #8358CA

Tints of Amethyst #8358CA

Color information

#8358CA (or 0x8358CA) is unknown color: approx Amethyst. HEX triplet: 83, 58 and CA. RGB value is (131,88,202). Sum of RGB (Red+Green+Blue) = 131+88+202=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8358CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358CA is #7CA735. Grayscale: #717171. Windows color (decimal): -8169270 or 13260931. OLE color: 13260931.

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

Color convert

RGB13188202-
CMYK0.350.5600.21
HSL262.63º51.82%56.86%-
HSV(B)262.63º56.44%79.22%-
XYZ23.5116.0757.74-
YUV113.85177.75140.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=31.12%
G=20.90%
B=47.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131882020.350.5600.21262.6351.8256.86
Hex8358CA23380151073439
Octal20313031243700254076471
Binary10000011101100011001010100011111000010101100000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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