Html Css Color HEX #8A5BCC Amethyst

📋 copy color: '#8A5BCC'

red 138 ◦ green 91 ◦ blue 204

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

Shades of Amethyst #8A5BCC

Tints of Amethyst #8A5BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 31.87%
G = 21.02%
B = 47.11%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A5BCC (or 0x8A5BCC) is known color: Amethyst. HEX triplet: 8A, 5B and CC. RGB value is (138,91,204). Sum of RGB (Red+Green+Blue) = 138+91+204=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BCC is #75A433. Grayscale: #757575. Windows color (decimal): -7709748 or 13392778. OLE color: 13392778.

HSL color Cylindrical-coordinate representation of color #8A5BCC: hue angle of 264.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5BCC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 91 204 -
CMYK 0.32 0.55 0 0.2
HSL 264.96º 0.53% 0.58% -
HSV(B) 264.96º 0.55% 0.8% -
XYZ 25.12 17.25 59.13 -
YUV 117.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 138 91 204 0.32 0.55 0 0.2 264.96 0.53 0.58
Hex 8A 5B CC 20 37 0 14 109 35 3A
Octal 212 133 314 40 67 0 24 411 65 72
Binary 10001010 1011011 11001100 100000 110111 0 10100 100001001 110101 111010

Color Harmonies of #8A5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BCC

Black with #8A5BCC

Text Example


Text Example

White with #8A5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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