Html Css Color HEX #8B4EE0 Amethyst

📋 copy color: '#8B4EE0'

red 139 ◦ green 78 ◦ blue 224

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

Shades of Amethyst #8B4EE0

Tints of Amethyst #8B4EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.79%

R = 31.52%
G = 17.69%
B = 50.79%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8B4EE0 (or 0x8B4EE0) is known color: Amethyst. HEX triplet: 8B, 4E and E0. RGB value is (139,78,224). Sum of RGB (Red+Green+Blue) = 139+78+224=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B4EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EE0 is #74B11F. Grayscale: #707070. Windows color (decimal): -7647520 or 14700171. OLE color: 14700171.

HSL color Cylindrical-coordinate representation of color #8B4EE0: hue angle of 265.07º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4EE0 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 78 224 -
CMYK 0.38 0.65 0 0.12
HSL 265.07º 0.7% 0.59% -
HSV(B) 265.07º 0.65% 0.88% -
XYZ 26.83 16.32 72.26 -
YUV 112.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 139 78 224 0.38 0.65 0 0.12 265.07 0.7 0.59
Hex 8B 4E E0 26 41 0 C 109 46 3B
Octal 213 116 340 46 101 0 14 411 106 73
Binary 10001011 1001110 11100000 100110 1000001 0 1100 100001001 1000110 111011

Color Harmonies of #8B4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4EE0

Black with #8B4EE0

Text Example


Text Example

White with #8B4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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