Html Css Color HEX #8A52CA Amethyst

📋 copy color: '#8A52CA'

red 138 ◦ green 82 ◦ blue 202

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

Shades of Amethyst #8A52CA

Tints of Amethyst #8A52CA

RGB

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

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

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

R = 32.7%
G = 19.43%
B = 47.87%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A52CA (or 0x8A52CA) is known color: Amethyst. HEX triplet: 8A, 52 and CA. RGB value is (138,82,202). Sum of RGB (Red+Green+Blue) = 138+82+202=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52CA is #75AD35. Grayscale: #707070. Windows color (decimal): -7712054 or 13259402. OLE color: 13259402.

HSL color Cylindrical-coordinate representation of color #8A52CA: hue angle of 268º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A52CA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 82 202 -
CMYK 0.32 0.59 0 0.21
HSL 268º 0.53% 0.56% -
HSV(B) 268º 0.59% 0.79% -
XYZ 24.16 15.7 57.63 -
YUV 112.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 138 82 202 0.32 0.59 0 0.21 268 0.53 0.56
Hex 8A 52 CA 20 3B 0 15 10C 35 38
Octal 212 122 312 40 73 0 25 414 65 70
Binary 10001010 1010010 11001010 100000 111011 0 10101 100001100 110101 111000

Color Harmonies of #8A52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A52CA

Black with #8A52CA

Text Example


Text Example

White with #8A52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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