Html Css Color HEX #8A60CE Amethyst

📋 copy color: '#8A60CE'

red 138 ◦ green 96 ◦ blue 206

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

Shades of Amethyst #8A60CE

Tints of Amethyst #8A60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 31.36%
G = 21.82%
B = 46.82%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A60CE (or 0x8A60CE) is known color: Amethyst. HEX triplet: 8A, 60 and CE. RGB value is (138,96,206). Sum of RGB (Red+Green+Blue) = 138+96+206=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A60CE is #759F31. Grayscale: #787878. Windows color (decimal): -7708466 or 13525130. OLE color: 13525130.

HSL color Cylindrical-coordinate representation of color #8A60CE: hue angle of 262.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A60CE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 96 206 -
CMYK 0.33 0.53 0 0.19
HSL 262.91º 0.53% 0.59% -
HSV(B) 262.91º 0.53% 0.81% -
XYZ 25.8 18.23 60.55 -
YUV 121.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 138 96 206 0.33 0.53 0 0.19 262.91 0.53 0.59
Hex 8A 60 CE 21 35 0 13 107 35 3B
Octal 212 140 316 41 65 0 23 407 65 73
Binary 10001010 1100000 11001110 100001 110101 0 10011 100000111 110101 111011

Color Harmonies of #8A60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A60CE

Black with #8A60CE

Text Example


Text Example

White with #8A60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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