#8152C4

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

Shades of Amethyst #8152C4

Tints of Amethyst #8152C4

Color information

#8152C4 (or 0x8152C4) is unknown color: approx Amethyst. HEX triplet: 81, 52 and C4. RGB value is (129,82,196). Sum of RGB (Red+Green+Blue) = 129+82+196=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #8152C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152C4 is #7EAD3B. Grayscale: #6C6C6C. Windows color (decimal): -8301884 or 12866177. OLE color: 12866177.

HSL color Cylindrical-coordinate representation of color #8152C4: hue angle of 264.74º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8152C4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12982196-
CMYK0.340.5800.23
HSL264.74º49.14%54.51%-
HSV(B)264.74º58.16%76.86%-
XYZ22.0314.6953.9-
YUV109.05177.07142.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 196 (76.95% from 255) = 48.16%
R=31.70%
G=20.15%
B=48.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129821960.340.5800.23264.7449.1454.51
Hex8152C4223A0171093137
Octal20112230442720274116167
Binary10000001101001011000100100010111010010111100001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8152C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8152C4; }

 p { color: rgb(129,82,196); }

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

<style>
 a { background-color: #8152C4; }

 a { background-color: rgb(129,82,196); }

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

<style>
 span { border-color: #8152C4; }

 span { border-color: rgb(129,82,196); }

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