#874799

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

Shades of Vivid Violet #874799

Tints of Vivid Violet #874799

Color information

#874799 (or 0x874799) is unknown color: approx Vivid Violet. HEX triplet: 87, 47 and 99. RGB value is (135,71,153). Sum of RGB (Red+Green+Blue) = 135+71+153=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #874799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874799 is #78B866. Grayscale: #636363. Windows color (decimal): -7911527 or 10045319. OLE color: 10045319.

HSL color Cylindrical-coordinate representation of color #874799: hue angle of 286.83º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874799 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13571153-
CMYK0.120.5400.4
HSL286.83º36.61%43.92%-
HSV(B)286.83º53.59%60%-
XYZ17.9911.9631.5-
YUV99.48158.2153.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=37.60%
G=19.78%
B=42.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135711530.120.5400.4286.8336.6143.92
Hex874799C3602811f252c
Octal20710723114660504374554
Binary1000011110001111001100111001101100101000100011111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874799; }

 p { color: rgb(135,71,153); }

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

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

 a { background-color: rgb(135,71,153); }

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

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

 span { border-color: rgb(135,71,153); }

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