Html Css Color HEX #874ECC Amethyst

📋 copy color: '#874ECC'

red 135 ◦ green 78 ◦ blue 204

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

Shades of Amethyst #874ECC

Tints of Amethyst #874ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 32.37%
G = 18.71%
B = 48.92%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#874ECC (or 0x874ECC) is known color: Amethyst. HEX triplet: 87, 4E and CC. RGB value is (135,78,204). Sum of RGB (Red+Green+Blue) = 135+78+204=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #874ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874ECC is #78B133. Grayscale: #6C6C6C. Windows color (decimal): -7909684 or 13389447. OLE color: 13389447.

HSL color Cylindrical-coordinate representation of color #874ECC: hue angle of 267.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874ECC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 78 204 -
CMYK 0.34 0.62 0 0.2
HSL 267.14º 0.55% 0.55% -
HSV(B) 267.14º 0.62% 0.8% -
XYZ 23.62 14.96 58.77 -
YUV 109.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 135 78 204 0.34 0.62 0 0.2 267.14 0.55 0.55
Hex 87 4E CC 22 3E 0 14 10B 37 37
Octal 207 116 314 42 76 0 24 413 67 67
Binary 10000111 1001110 11001100 100010 111110 0 10100 100001011 110111 110111

Color Harmonies of #874ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ECC

Black with #874ECC

Text Example


Text Example

White with #874ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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