Html Css Color HEX #8B5AD8 Amethyst

📋 copy color: '#8B5AD8'

red 139 ◦ green 90 ◦ blue 216

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

Shades of Amethyst #8B5AD8

Tints of Amethyst #8B5AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

 BLUE value IS 216 (84.77% from 255) = 48.54%

R = 31.24%
G = 20.22%
B = 48.54%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B5AD8 (or 0x8B5AD8) is known color: Amethyst. HEX triplet: 8B, 5A and D8. RGB value is (139,90,216). Sum of RGB (Red+Green+Blue) = 139+90+216=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B5AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5AD8 is #74A527. Grayscale: #767676. Windows color (decimal): -7644456 or 14178955. OLE color: 14178955.

HSL color Cylindrical-coordinate representation of color #8B5AD8: hue angle of 263.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B5AD8 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 90 216 -
CMYK 0.36 0.58 0 0.15
HSL 263.33º 0.62% 0.6% -
HSV(B) 263.33º 0.58% 0.85% -
XYZ 26.7 17.76 66.99 -
YUV 119.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 139 90 216 0.36 0.58 0 0.15 263.33 0.62 0.6
Hex 8B 5A D8 24 3A 0 F 107 3E 3C
Octal 213 132 330 44 72 0 17 407 76 74
Binary 10001011 1011010 11011000 100100 111010 0 1111 100000111 111110 111100

Color Harmonies of #8B5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5AD8

Black with #8B5AD8

Text Example


Text Example

White with #8B5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,90,216); }

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

background-color css

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

 a { background-color: rgb(139,90,216); }

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

border-color css

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

 span { border-color: rgb(139,90,216); }

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