#874D9C

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

Shades of Vivid Violet #874D9C

Tints of Vivid Violet #874D9C

Color information

#874D9C (or 0x874D9C) is unknown color: approx Vivid Violet. HEX triplet: 87, 4D and 9C. RGB value is (135,77,156). Sum of RGB (Red+Green+Blue) = 135+77+156=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #874D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D9C is #78B263. Grayscale: #676767. Windows color (decimal): -7909988 or 10243463. OLE color: 10243463.

HSL color Cylindrical-coordinate representation of color #874D9C: hue angle of 284.05º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874D9C is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13577156-
CMYK0.130.5100.39
HSL284.05º33.91%45.69%-
HSV(B)284.05º50.64%61.18%-
XYZ18.6512.8632.95-
YUV103.35157.72150.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=36.68%
G=20.92%
B=42.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135771560.130.5100.39284.0533.9145.69
Hex874D9CD3302711c222e
Octal20711523415630474344256
Binary1000011110011011001110011011100110100111100011100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,156); }

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

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

 a { background-color: rgb(135,77,156); }

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

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

 span { border-color: rgb(135,77,156); }

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