Html Css Color HEX #8254C8 Amethyst

📋 copy color: '#8254C8'

red 130 ◦ green 84 ◦ blue 200

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

Shades of Amethyst #8254C8

Tints of Amethyst #8254C8

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

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

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

R = 31.4%
G = 20.29%
B = 48.31%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8254C8 (or 0x8254C8) is known color: Amethyst. HEX triplet: 82, 54 and C8. RGB value is (130,84,200). Sum of RGB (Red+Green+Blue) = 130+84+200=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #8254C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254C8 is #7DAB37. Grayscale: #6E6E6E. Windows color (decimal): -8235832 or 13128834. OLE color: 13128834.

HSL color Cylindrical-coordinate representation of color #8254C8: hue angle of 263.79º 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 #8254C8 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 84 200 -
CMYK 0.35 0.58 0 0.22
HSL 263.79º 0.51% 0.56% -
HSV(B) 263.79º 0.58% 0.78% -
XYZ 22.8 15.26 56.39 -
YUV 110.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 130 84 200 0.35 0.58 0 0.22 263.79 0.51 0.56
Hex 82 54 C8 23 3A 0 16 108 33 38
Octal 202 124 310 43 72 0 26 410 63 70
Binary 10000010 1010100 11001000 100011 111010 0 10110 100001000 110011 111000

Color Harmonies of #8254C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8254C8

Black with #8254C8

Text Example


Text Example

White with #8254C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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