Html Css Color HEX #8B56DB Amethyst

📋 copy color: '#8B56DB'

red 139 ◦ green 86 ◦ blue 219

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

Shades of Amethyst #8B56DB

Tints of Amethyst #8B56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 31.31%
G = 19.37%
B = 49.32%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B56DB (or 0x8B56DB) is known color: Amethyst. HEX triplet: 8B, 56 and DB. RGB value is (139,86,219). Sum of RGB (Red+Green+Blue) = 139+86+219=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56DB is #74A924. Grayscale: #747474. Windows color (decimal): -7645477 or 14374539. OLE color: 14374539.

HSL color Cylindrical-coordinate representation of color #8B56DB: hue angle of 263.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B56DB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 86 219 -
CMYK 0.37 0.61 0 0.14
HSL 263.91º 0.65% 0.6% -
HSV(B) 263.91º 0.61% 0.86% -
XYZ 26.76 17.26 68.94 -
YUV 117.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 139 86 219 0.37 0.61 0 0.14 263.91 0.65 0.6
Hex 8B 56 DB 25 3D 0 E 108 41 3C
Octal 213 126 333 45 75 0 16 410 101 74
Binary 10001011 1010110 11011011 100101 111101 0 1110 100001000 1000001 111100

Color Harmonies of #8B56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B56DB

Black with #8B56DB

Text Example


Text Example

White with #8B56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,86,219); }

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

background-color css

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

 a { background-color: rgb(139,86,219); }

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

border-color css

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

 span { border-color: rgb(139,86,219); }

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