Html Css Color HEX #8A5CCA Amethyst

📋 copy color: '#8A5CCA'

red 138 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #8A5CCA

Tints of Amethyst #8A5CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

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

R = 31.94%
G = 21.3%
B = 46.76%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A5CCA (or 0x8A5CCA) is known color: Amethyst. HEX triplet: 8A, 5C and CA. RGB value is (138,92,202). Sum of RGB (Red+Green+Blue) = 138+92+202=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A5CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CCA is #75A335. Grayscale: #757575. Windows color (decimal): -7709494 or 13261962. OLE color: 13261962.

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

Color convert

RGB 138 92 202 -
CMYK 0.32 0.54 0 0.21
HSL 265.09º 0.51% 0.58% -
HSV(B) 265.09º 0.54% 0.79% -
XYZ 24.97 17.32 57.9 -
YUV 118.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 138 92 202 0.32 0.54 0 0.21 265.09 0.51 0.58
Hex 8A 5C CA 20 36 0 15 109 33 3A
Octal 212 134 312 40 66 0 25 411 63 72
Binary 10001010 1011100 11001010 100000 110110 0 10101 100001001 110011 111010

Color Harmonies of #8A5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5CCA

Black with #8A5CCA

Text Example


Text Example

White with #8A5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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