Html Css Color HEX #8A5BC0 Amethyst

📋 copy color: '#8A5BC0'

red 138 ◦ green 91 ◦ blue 192

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

Shades of Amethyst #8A5BC0

Tints of Amethyst #8A5BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 32.78%
G = 21.62%
B = 45.61%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A5BC0 (or 0x8A5BC0) is known color: Amethyst. HEX triplet: 8A, 5B and C0. RGB value is (138,91,192). Sum of RGB (Red+Green+Blue) = 138+91+192=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A5BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BC0 is #75A43F. Grayscale: #747474. Windows color (decimal): -7709760 or 12606346. OLE color: 12606346.

HSL color Cylindrical-coordinate representation of color #8A5BC0: hue angle of 267.92º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A5BC0 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 91 192 -
CMYK 0.28 0.53 0 0.25
HSL 267.92º 0.44% 0.55% -
HSV(B) 267.92º 0.53% 0.75% -
XYZ 23.74 16.69 51.84 -
YUV 116.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 138 91 192 0.28 0.53 0 0.25 267.92 0.44 0.55
Hex 8A 5B C0 1C 35 0 19 10C 2C 37
Octal 212 133 300 34 65 0 31 414 54 67
Binary 10001010 1011011 11000000 11100 110101 0 11001 100001100 101100 110111

Color Harmonies of #8A5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BC0

Black with #8A5BC0

Text Example


Text Example

White with #8A5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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