Html Css Color HEX #8A5BCA Amethyst

📋 copy color: '#8A5BCA'

red 138 ◦ green 91 ◦ blue 202

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

Shades of Amethyst #8A5BCA

Tints of Amethyst #8A5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

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

R = 32.02%
G = 21.11%
B = 46.87%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A5BCA (or 0x8A5BCA) is known color: Amethyst. HEX triplet: 8A, 5B and CA. RGB value is (138,91,202). Sum of RGB (Red+Green+Blue) = 138+91+202=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BCA is #75A435. Grayscale: #757575. Windows color (decimal): -7709750 or 13261706. OLE color: 13261706.

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

Color convert

RGB 138 91 202 -
CMYK 0.32 0.55 0 0.21
HSL 265.41º 0.51% 0.57% -
HSV(B) 265.41º 0.55% 0.79% -
XYZ 24.88 17.15 57.88 -
YUV 117.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 138 91 202 0.32 0.55 0 0.21 265.41 0.51 0.57
Hex 8A 5B CA 20 37 0 15 109 33 39
Octal 212 133 312 40 67 0 25 411 63 71
Binary 10001010 1011011 11001010 100000 110111 0 10101 100001001 110011 111001

Color Harmonies of #8A5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BCA

Black with #8A5BCA

Text Example


Text Example

White with #8A5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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