#874FCC

Color #874FCC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #874FCC

Tints of Amethyst #874FCC

Color information

#874FCC (or 0x874FCC) is unknown color: approx Amethyst. HEX triplet: 87, 4F and CC. RGB value is (135,79,204). Sum of RGB (Red+Green+Blue) = 135+79+204=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #874FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FCC is #78B033. Grayscale: #6D6D6D. Windows color (decimal): -7909428 or 13389703. OLE color: 13389703.

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

Color convert

RGB13579204-
CMYK0.340.6100.2
HSL266.88º55.07%55.49%-
HSV(B)266.88º61.27%80%-
XYZ23.6915.158.79-
YUV109.99181.05145.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=32.30%
G=18.90%
B=48.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal135792040.340.6100.2266.8855.0755.49
Hex874FCC223D01410b3737
Octal20711731442750244136767
Binary10000111100111111001100100010111101010100100001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #874FCC;
 }
 .AnyTagClassName
 {
   color: #874FCC;
 }
</style>
background-color css

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

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

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

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

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

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