Html Css Color HEX #8B4ED5 Amethyst

📋 copy color: '#8B4ED5'

red 139 ◦ green 78 ◦ blue 213

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

Shades of Amethyst #8B4ED5

Tints of Amethyst #8B4ED5

RGB

 RED value IS 139 (54.69% from 255) = 32.33%

 GREEN value IS 78 (30.86% from 255) = 18.14%

 BLUE value IS 213 (83.59% from 255) = 49.53%

R = 32.33%
G = 18.14%
B = 49.53%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8B4ED5 (or 0x8B4ED5) is known color: Amethyst. HEX triplet: 8B, 4E and D5. RGB value is (139,78,213). Sum of RGB (Red+Green+Blue) = 139+78+213=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4ED5 is #74B12A. Grayscale: #6F6F6F. Windows color (decimal): -7647531 or 13979275. OLE color: 13979275.

HSL color Cylindrical-coordinate representation of color #8B4ED5: hue angle of 267.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B4ED5 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 78 213 -
CMYK 0.35 0.63 0 0.16
HSL 267.11º 0.62% 0.57% -
HSV(B) 267.11º 0.63% 0.84% -
XYZ 25.38 15.74 64.65 -
YUV 111.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 139 78 213 0.35 0.63 0 0.16 267.11 0.62 0.57
Hex 8B 4E D5 23 3F 0 10 10B 3E 39
Octal 213 116 325 43 77 0 20 413 76 71
Binary 10001011 1001110 11010101 100011 111111 0 10000 100001011 111110 111001

Color Harmonies of #8B4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4ED5

Black with #8B4ED5

Text Example


Text Example

White with #8B4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,78,213); }

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

background-color css

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

 a { background-color: rgb(139,78,213); }

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

border-color css

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

 span { border-color: rgb(139,78,213); }

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