Html Css Color HEX #8B57CE Amethyst

📋 copy color: '#8B57CE'

red 139 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #8B57CE

Tints of Amethyst #8B57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.14%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 32.18%
G = 20.14%
B = 47.69%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B57CE (or 0x8B57CE) is known color: Amethyst. HEX triplet: 8B, 57 and CE. RGB value is (139,87,206). Sum of RGB (Red+Green+Blue) = 139+87+206=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57CE is #74A831. Grayscale: #737373. Windows color (decimal): -7645234 or 13522827. OLE color: 13522827.

HSL color Cylindrical-coordinate representation of color #8B57CE: hue angle of 266.22º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B57CE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 87 206 -
CMYK 0.33 0.58 0 0.19
HSL 266.22º 0.55% 0.57% -
HSV(B) 266.22º 0.58% 0.81% -
XYZ 25.2 16.76 60.3 -
YUV 116.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 139 87 206 0.33 0.58 0 0.19 266.22 0.55 0.57
Hex 8B 57 CE 21 3A 0 13 10A 37 39
Octal 213 127 316 41 72 0 23 412 67 71
Binary 10001011 1010111 11001110 100001 111010 0 10011 100001010 110111 111001

Color Harmonies of #8B57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B57CE

Black with #8B57CE

Text Example


Text Example

White with #8B57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,206); }

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

background-color css

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

 a { background-color: rgb(139,87,206); }

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

border-color css

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

 span { border-color: rgb(139,87,206); }

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