Html Css Color HEX #874ECE Amethyst

📋 copy color: '#874ECE'

red 135 ◦ green 78 ◦ blue 206

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

Shades of Amethyst #874ECE

Tints of Amethyst #874ECE

RGB

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

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

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

R = 32.22%
G = 18.62%
B = 49.16%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#874ECE (or 0x874ECE) is known color: Amethyst. HEX triplet: 87, 4E and CE. RGB value is (135,78,206). Sum of RGB (Red+Green+Blue) = 135+78+206=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #874ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874ECE is #78B131. Grayscale: #6D6D6D. Windows color (decimal): -7909682 or 13520519. OLE color: 13520519.

HSL color Cylindrical-coordinate representation of color #874ECE: hue angle of 266.72º 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 #874ECE is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 78 206 -
CMYK 0.34 0.62 0 0.19
HSL 266.72º 0.57% 0.56% -
HSV(B) 266.72º 0.62% 0.81% -
XYZ 23.86 15.06 60.04 -
YUV 109.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 135 78 206 0.34 0.62 0 0.19 266.72 0.57 0.56
Hex 87 4E CE 22 3E 0 13 10B 39 38
Octal 207 116 316 42 76 0 23 413 71 70
Binary 10000111 1001110 11001110 100010 111110 0 10011 100001011 111001 111000

Color Harmonies of #874ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ECE

Black with #874ECE

Text Example


Text Example

White with #874ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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