Html Css Color HEX #8154C8 Amethyst

📋 copy color: '#8154C8'

red 129 ◦ green 84 ◦ blue 200

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

Shades of Amethyst #8154C8

Tints of Amethyst #8154C8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.34%

 BLUE value IS 200 (78.52% from 255) = 48.43%

R = 31.23%
G = 20.34%
B = 48.43%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8154C8 (or 0x8154C8) is known color: Amethyst. HEX triplet: 81, 54 and C8. RGB value is (129,84,200). Sum of RGB (Red+Green+Blue) = 129+84+200=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #8154C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8154C8 is #7EAB37. Grayscale: #6E6E6E. Windows color (decimal): -8301368 or 13128833. OLE color: 13128833.

HSL color Cylindrical-coordinate representation of color #8154C8: hue angle of 263.28º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8154C8 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 84 200 -
CMYK 0.36 0.58 0 0.22
HSL 263.28º 0.51% 0.56% -
HSV(B) 263.28º 0.58% 0.78% -
XYZ 22.65 15.18 56.38 -
YUV 110.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 129 84 200 0.36 0.58 0 0.22 263.28 0.51 0.56
Hex 81 54 C8 24 3A 0 16 107 33 38
Octal 201 124 310 44 72 0 26 407 63 70
Binary 10000001 1010100 11001000 100100 111010 0 10110 100000111 110011 111000

Color Harmonies of #8154C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8154C8

Black with #8154C8

Text Example


Text Example

White with #8154C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8154C8; }

 p { color: rgb(129,84,200); }

 H1.HeaderClassName
 {
   color: #8154C8;
 }
 .AnyTagClassName
 {
   color: #8154C8;
 }
</style>

background-color css

<style>
 a { background-color: #8154C8; }

 a { background-color: rgb(129,84,200); }

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

border-color css

<style>
 span { border-color: #8154C8; }

 span { border-color: rgb(129,84,200); }

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