Html Css Color HEX #874ED0 Amethyst

📋 copy color: '#874ED0'

red 135 ◦ green 78 ◦ blue 208

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

Shades of Amethyst #874ED0

Tints of Amethyst #874ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.41%

R = 32.07%
G = 18.53%
B = 49.41%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#874ED0 (or 0x874ED0) is known color: Amethyst. HEX triplet: 87, 4E and D0. RGB value is (135,78,208). Sum of RGB (Red+Green+Blue) = 135+78+208=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #874ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874ED0 is #78B12F. Grayscale: #6D6D6D. Windows color (decimal): -7909680 or 13651591. OLE color: 13651591.

HSL color Cylindrical-coordinate representation of color #874ED0: hue angle of 266.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874ED0 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 78 208 -
CMYK 0.35 0.62 0 0.18
HSL 266.31º 0.58% 0.56% -
HSV(B) 266.31º 0.63% 0.82% -
XYZ 24.1 15.15 61.33 -
YUV 109.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 135 78 208 0.35 0.62 0 0.18 266.31 0.58 0.56
Hex 87 4E D0 23 3E 0 12 10A 3A 38
Octal 207 116 320 43 76 0 22 412 72 70
Binary 10000111 1001110 11010000 100011 111110 0 10010 100001010 111010 111000

Color Harmonies of #874ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ED0

Black with #874ED0

Text Example


Text Example

White with #874ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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