Html Css Color HEX #8A50CA Amethyst

📋 copy color: '#8A50CA'

red 138 ◦ green 80 ◦ blue 202

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

Shades of Amethyst #8A50CA

Tints of Amethyst #8A50CA

RGB

 RED value IS 138 (54.3% from 255) = 32.86%

 GREEN value IS 80 (31.64% from 255) = 19.05%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 32.86%
G = 19.05%
B = 48.1%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A50CA (or 0x8A50CA) is known color: Amethyst. HEX triplet: 8A, 50 and CA. RGB value is (138,80,202). Sum of RGB (Red+Green+Blue) = 138+80+202=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50CA is #75AF35. Grayscale: #6E6E6E. Windows color (decimal): -7712566 or 13258890. OLE color: 13258890.

HSL color Cylindrical-coordinate representation of color #8A50CA: hue angle of 268.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A50CA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 80 202 -
CMYK 0.32 0.60 0 0.21
HSL 268.52º 0.54% 0.55% -
HSV(B) 268.52º 0.6% 0.79% -
XYZ 24.01 15.4 57.59 -
YUV 111.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 138 80 202 0.32 0.60 0 0.21 268.52 0.54 0.55
Hex 8A 50 CA 20 3C 0 15 10D 36 37
Octal 212 120 312 40 74 0 25 415 66 67
Binary 10001010 1010000 11001010 100000 111100 0 10101 100001101 110110 110111

Color Harmonies of #8A50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50CA

Black with #8A50CA

Text Example


Text Example

White with #8A50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A50CA; }

 p { color: rgb(138,80,202); }

 H1.HeaderClassName
 {
   color: #8A50CA;
 }
 .AnyTagClassName
 {
   color: #8A50CA;
 }
</style>

background-color css

<style>
 a { background-color: #8A50CA; }

 a { background-color: rgb(138,80,202); }

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

border-color css

<style>
 span { border-color: #8A50CA; }

 span { border-color: rgb(138,80,202); }

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