#874C8E

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

Shades of Vivid Violet #874C8E

Tints of Vivid Violet #874C8E

Color information

#874C8E (or 0x874C8E) is unknown color: approx Vivid Violet. HEX triplet: 87, 4C and 8E. RGB value is (135,76,142). Sum of RGB (Red+Green+Blue) = 135+76+142=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #874C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C8E is #78B371. Grayscale: #646464. Windows color (decimal): -7910258 or 9325703. OLE color: 9325703.

HSL color Cylindrical-coordinate representation of color #874C8E: hue angle of 293.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874C8E is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13576142-
CMYK0.050.4600.44
HSL293.64º30.28%42.75%-
HSV(B)293.64º46.48%55.69%-
XYZ17.4612.2727.04-
YUV101.16151.05152.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=38.24%
G=21.53%
B=40.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135761420.050.4600.44293.6430.2842.75
Hex874C8E52E02C1261e2b
Octal2071142165560544463653
Binary10000111100110010001110101101110010110010010011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,142); }

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

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

 a { background-color: rgb(135,76,142); }

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

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

 span { border-color: rgb(135,76,142); }

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