Html Css Color HEX #8A60CA Amethyst

📋 copy color: '#8A60CA'

red 138 ◦ green 96 ◦ blue 202

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

Shades of Amethyst #8A60CA

Tints of Amethyst #8A60CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.02%

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

R = 31.65%
G = 22.02%
B = 46.33%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A60CA (or 0x8A60CA) is known color: Amethyst. HEX triplet: 8A, 60 and CA. RGB value is (138,96,202). Sum of RGB (Red+Green+Blue) = 138+96+202=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A60CA is #759F35. Grayscale: #787878. Windows color (decimal): -7708470 or 13262986. OLE color: 13262986.

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

Color convert

RGB 138 96 202 -
CMYK 0.32 0.52 0 0.21
HSL 263.77º 0.5% 0.58% -
HSV(B) 263.77º 0.52% 0.79% -
XYZ 25.32 18.03 58.02 -
YUV 120.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 138 96 202 0.32 0.52 0 0.21 263.77 0.5 0.58
Hex 8A 60 CA 20 34 0 15 108 32 3A
Octal 212 140 312 40 64 0 25 410 62 72
Binary 10001010 1100000 11001010 100000 110100 0 10101 100001000 110010 111010

Color Harmonies of #8A60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A60CA

Black with #8A60CA

Text Example


Text Example

White with #8A60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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