Html Css Color HEX #8B4ECE Amethyst

📋 copy color: '#8B4ECE'

red 139 ◦ green 78 ◦ blue 206

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

Shades of Amethyst #8B4ECE

Tints of Amethyst #8B4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 32.86%
G = 18.44%
B = 48.7%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B4ECE (or 0x8B4ECE) is known color: Amethyst. HEX triplet: 8B, 4E and CE. RGB value is (139,78,206). Sum of RGB (Red+Green+Blue) = 139+78+206=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4ECE is #74B131. Grayscale: #6E6E6E. Windows color (decimal): -7647538 or 13520523. OLE color: 13520523.

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

Color convert

RGB 139 78 206 -
CMYK 0.33 0.62 0 0.19
HSL 268.59º 0.57% 0.56% -
HSV(B) 268.59º 0.62% 0.81% -
XYZ 24.51 15.39 60.07 -
YUV 110.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 139 78 206 0.33 0.62 0 0.19 268.59 0.57 0.56
Hex 8B 4E CE 21 3E 0 13 10D 39 38
Octal 213 116 316 41 76 0 23 415 71 70
Binary 10001011 1001110 11001110 100001 111110 0 10011 100001101 111001 111000

Color Harmonies of #8B4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4ECE

Black with #8B4ECE

Text Example


Text Example

White with #8B4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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