Html Css Color HEX #8A59CA Amethyst

📋 copy color: '#8A59CA'

red 138 ◦ green 89 ◦ blue 202

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

Shades of Amethyst #8A59CA

Tints of Amethyst #8A59CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

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

R = 32.17%
G = 20.75%
B = 47.09%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A59CA (or 0x8A59CA) is known color: Amethyst. HEX triplet: 8A, 59 and CA. RGB value is (138,89,202). Sum of RGB (Red+Green+Blue) = 138+89+202=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59CA is #75A635. Grayscale: #747474. Windows color (decimal): -7710262 or 13261194. OLE color: 13261194.

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

Color convert

RGB 138 89 202 -
CMYK 0.32 0.56 0 0.21
HSL 266.02º 0.52% 0.57% -
HSV(B) 266.02º 0.56% 0.79% -
XYZ 24.71 16.81 57.82 -
YUV 116.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 138 89 202 0.32 0.56 0 0.21 266.02 0.52 0.57
Hex 8A 59 CA 20 38 0 15 10A 34 39
Octal 212 131 312 40 70 0 25 412 64 71
Binary 10001010 1011001 11001010 100000 111000 0 10101 100001010 110100 111001

Color Harmonies of #8A59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A59CA

Black with #8A59CA

Text Example


Text Example

White with #8A59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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