Html Css Color HEX #874EDB Amethyst

📋 copy color: '#874EDB'

red 135 ◦ green 78 ◦ blue 219

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

Shades of Amethyst #874EDB

Tints of Amethyst #874EDB

RGB

 RED value IS 135 (53.13% from 255) = 31.25%

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

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

R = 31.25%
G = 18.06%
B = 50.69%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#874EDB (or 0x874EDB) is known color: Amethyst. HEX triplet: 87, 4E and DB. RGB value is (135,78,219). Sum of RGB (Red+Green+Blue) = 135+78+219=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #874EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EDB is #78B124. Grayscale: #6E6E6E. Windows color (decimal): -7909669 or 14372487. OLE color: 14372487.

HSL color Cylindrical-coordinate representation of color #874EDB: hue angle of 264.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874EDB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 78 219 -
CMYK 0.38 0.64 0 0.14
HSL 264.26º 0.66% 0.58% -
HSV(B) 264.26º 0.64% 0.86% -
XYZ 25.5 15.71 68.71 -
YUV 111.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 135 78 219 0.38 0.64 0 0.14 264.26 0.66 0.58
Hex 87 4E DB 26 40 0 E 108 42 3A
Octal 207 116 333 46 100 0 16 410 102 72
Binary 10000111 1001110 11011011 100110 1000000 0 1110 100001000 1000010 111010

Color Harmonies of #874EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EDB

Black with #874EDB

Text Example


Text Example

White with #874EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874EDB; }

 p { color: rgb(135,78,219); }

 H1.HeaderClassName
 {
   color: #874EDB;
 }
 .AnyTagClassName
 {
   color: #874EDB;
 }
</style>

background-color css

<style>
 a { background-color: #874EDB; }

 a { background-color: rgb(135,78,219); }

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

border-color css

<style>
 span { border-color: #874EDB; }

 span { border-color: rgb(135,78,219); }

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