Html Css Color HEX #8B5AD4 Amethyst

📋 copy color: '#8B5AD4'

red 139 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #8B5AD4

Tints of Amethyst #8B5AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.07%

R = 31.52%
G = 20.41%
B = 48.07%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8B5AD4 (or 0x8B5AD4) is known color: Amethyst. HEX triplet: 8B, 5A and D4. RGB value is (139,90,212). Sum of RGB (Red+Green+Blue) = 139+90+212=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #8B5AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5AD4 is #74A52B. Grayscale: #767676. Windows color (decimal): -7644460 or 13916811. OLE color: 13916811.

HSL color Cylindrical-coordinate representation of color #8B5AD4: hue angle of 264.1º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B5AD4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 90 212 -
CMYK 0.34 0.58 0 0.17
HSL 264.1º 0.59% 0.59% -
HSV(B) 264.1º 0.58% 0.83% -
XYZ 26.19 17.55 64.3 -
YUV 118.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 139 90 212 0.34 0.58 0 0.17 264.1 0.59 0.59
Hex 8B 5A D4 22 3A 0 11 108 3B 3B
Octal 213 132 324 42 72 0 21 410 73 73
Binary 10001011 1011010 11010100 100010 111010 0 10001 100001000 111011 111011

Color Harmonies of #8B5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5AD4

Black with #8B5AD4

Text Example


Text Example

White with #8B5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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