Html Css Color HEX #8B4DDD Amethyst

📋 copy color: '#8B4DDD'

red 139 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #8B4DDD

Tints of Amethyst #8B4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 31.81%
G = 17.62%
B = 50.57%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B4DDD (or 0x8B4DDD) is known color: Amethyst. HEX triplet: 8B, 4D and DD. RGB value is (139,77,221). Sum of RGB (Red+Green+Blue) = 139+77+221=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DDD is #74B222. Grayscale: #6F6F6F. Windows color (decimal): -7647779 or 14503307. OLE color: 14503307.

HSL color Cylindrical-coordinate representation of color #8B4DDD: hue angle of 265.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4DDD is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 77 221 -
CMYK 0.37 0.65 0 0.13
HSL 265.83º 0.68% 0.58% -
HSV(B) 265.83º 0.65% 0.87% -
XYZ 26.35 16.02 70.11 -
YUV 111.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 139 77 221 0.37 0.65 0 0.13 265.83 0.68 0.58
Hex 8B 4D DD 25 41 0 D 10A 44 3A
Octal 213 115 335 45 101 0 15 412 104 72
Binary 10001011 1001101 11011101 100101 1000001 0 1101 100001010 1000100 111010

Color Harmonies of #8B4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DDD

Black with #8B4DDD

Text Example


Text Example

White with #8B4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,221); }

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

background-color css

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

 a { background-color: rgb(139,77,221); }

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

border-color css

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

 span { border-color: rgb(139,77,221); }

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