Html Css Color HEX #874EDD Amethyst

📋 copy color: '#874EDD'

red 135 ◦ green 78 ◦ blue 221

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

Shades of Amethyst #874EDD

Tints of Amethyst #874EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 31.11%
G = 17.97%
B = 50.92%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#874EDD (or 0x874EDD) is known color: Amethyst. HEX triplet: 87, 4E and DD. RGB value is (135,78,221). Sum of RGB (Red+Green+Blue) = 135+78+221=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #874EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EDD is #78B122. Grayscale: #6E6E6E. Windows color (decimal): -7909667 or 14503559. OLE color: 14503559.

HSL color Cylindrical-coordinate representation of color #874EDD: hue angle of 263.92º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874EDD is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 78 221 -
CMYK 0.39 0.65 0 0.13
HSL 263.92º 0.68% 0.59% -
HSV(B) 263.92º 0.65% 0.87% -
XYZ 25.77 15.82 70.1 -
YUV 111.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 135 78 221 0.39 0.65 0 0.13 263.92 0.68 0.59
Hex 87 4E DD 27 41 0 D 108 44 3B
Octal 207 116 335 47 101 0 15 410 104 73
Binary 10000111 1001110 11011101 100111 1000001 0 1101 100001000 1000100 111011

Color Harmonies of #874EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EDD

Black with #874EDD

Text Example


Text Example

White with #874EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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