Html Css Color HEX #874EDF Amethyst

📋 copy color: '#874EDF'

red 135 ◦ green 78 ◦ blue 223

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

Shades of Amethyst #874EDF

Tints of Amethyst #874EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 30.96%
G = 17.89%
B = 51.15%

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

#874EDF (or 0x874EDF) is known color: Amethyst. HEX triplet: 87, 4E and DF. RGB value is (135,78,223). Sum of RGB (Red+Green+Blue) = 135+78+223=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #874EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EDF is #78B120. Grayscale: #6F6F6F. Windows color (decimal): -7909665 or 14634631. OLE color: 14634631.

HSL color Cylindrical-coordinate representation of color #874EDF: hue angle of 263.59º degrees, saturation: 0.69, 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 #874EDF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 78 223 -
CMYK 0.39 0.65 0 0.13
HSL 263.59º 0.69% 0.59% -
HSV(B) 263.59º 0.65% 0.87% -
XYZ 26.04 15.93 71.51 -
YUV 111.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 135 78 223 0.39 0.65 0 0.13 263.59 0.69 0.59
Hex 87 4E DF 27 41 0 D 108 45 3B
Octal 207 116 337 47 101 0 15 410 105 73
Binary 10000111 1001110 11011111 100111 1000001 0 1101 100001000 1000101 111011

Color Harmonies of #874EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EDF

Black with #874EDF

Text Example


Text Example

White with #874EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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