#874691

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

Shades of Vivid Violet #874691

Tints of Vivid Violet #874691

Color information

#874691 (or 0x874691) is unknown color: approx Vivid Violet. HEX triplet: 87, 46 and 91. RGB value is (135,70,145). Sum of RGB (Red+Green+Blue) = 135+70+145=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #874691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874691 is #78B96E. Grayscale: #616161. Windows color (decimal): -7911791 or 9520775. OLE color: 9520775.

HSL color Cylindrical-coordinate representation of color #874691: hue angle of 292º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874691 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13570145-
CMYK0.070.5200.43
HSL292º34.88%42.16%-
HSV(B)292º51.72%56.86%-
XYZ17.2911.5828.11-
YUV97.98154.53154.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=38.57%
G=20%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135701450.070.5200.4329234.8842.16
Hex87469173402B124232a
Octal2071062217640534444352
Binary100001111000110100100011111101000101011100100100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874691; }

 p { color: rgb(135,70,145); }

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

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

 a { background-color: rgb(135,70,145); }

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

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

 span { border-color: rgb(135,70,145); }

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