Html Css Color HEX #8152C5 Amethyst

📋 copy color: '#8152C5'

red 129 ◦ green 82 ◦ blue 197

#8152C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #8152C5

Tints of Amethyst #8152C5

RGB

 RED value IS 129 (50.78% from 255) = 31.62%

 GREEN value IS 82 (32.42% from 255) = 20.1%

 BLUE value IS 197 (77.34% from 255) = 48.28%

R = 31.62%
G = 20.1%
B = 48.28%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8152C5 (or 0x8152C5) is known color: Amethyst. HEX triplet: 81, 52 and C5. RGB value is (129,82,197). Sum of RGB (Red+Green+Blue) = 129+82+197=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #8152C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152C5 is #7EAD3A. Grayscale: #6C6C6C. Windows color (decimal): -8301883 or 12931713. OLE color: 12931713.

HSL color Cylindrical-coordinate representation of color #8152C5: hue angle of 264.52º degrees, saturation: 0.5, 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 #8152C5 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 82 197 -
CMYK 0.35 0.58 0 0.23
HSL 264.52º 0.5% 0.55% -
HSV(B) 264.52º 0.58% 0.77% -
XYZ 22.15 14.73 54.5 -
YUV 109.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 129 82 197 0.35 0.58 0 0.23 264.52 0.5 0.55
Hex 81 52 C5 23 3A 0 17 109 32 37
Octal 201 122 305 43 72 0 27 411 62 67
Binary 10000001 1010010 11000101 100011 111010 0 10111 100001001 110010 110111

Color Harmonies of #8152C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8152C5

Black with #8152C5

Text Example


Text Example

White with #8152C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8152C5;
 }
 .AnyTagClassName
 {
   color: #8152C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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