#8355C1

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

Shades of Amethyst #8355C1

Tints of Amethyst #8355C1

Color information

#8355C1 (or 0x8355C1) is unknown color: approx Amethyst. HEX triplet: 83, 55 and C1. RGB value is (131,85,193). Sum of RGB (Red+Green+Blue) = 131+85+193=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #8355C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355C1 is #7CAA3E. Grayscale: #6E6E6E. Windows color (decimal): -8170047 or 12670339. OLE color: 12670339.

HSL color Cylindrical-coordinate representation of color #8355C1: hue angle of 265.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8355C1 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13185193-
CMYK0.320.5600.24
HSL265.56º46.55%54.51%-
HSV(B)265.56º55.96%75.69%-
XYZ22.2315.1752.21-
YUV111.07174.24142.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=32.03%
G=20.78%
B=47.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131851930.320.5600.24265.5646.5554.51
Hex8355C1203801810a2f37
Octal20312530140700304125767
Binary10000011101010111000001100000111000011000100001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8355C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8355C1; }

 p { color: rgb(131,85,193); }

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

<style>
 a { background-color: #8355C1; }

 a { background-color: rgb(131,85,193); }

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

<style>
 span { border-color: #8355C1; }

 span { border-color: rgb(131,85,193); }

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