#874892

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

Shades of Vivid Violet #874892

Tints of Vivid Violet #874892

Color information

#874892 (or 0x874892) is unknown color: approx Vivid Violet. HEX triplet: 87, 48 and 92. RGB value is (135,72,146). Sum of RGB (Red+Green+Blue) = 135+72+146=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #874892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874892 is #78B76D. Grayscale: #636363. Windows color (decimal): -7911278 or 9586823. OLE color: 9586823.

HSL color Cylindrical-coordinate representation of color #874892: hue angle of 291.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874892 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13572146-
CMYK0.080.5100.43
HSL291.08º33.94%42.75%-
HSV(B)291.08º50.68%57.25%-
XYZ17.511.8628.56-
YUV99.27154.37153.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=38.24%
G=20.40%
B=41.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135721460.080.5100.43291.0833.9442.75
Hex87489283302B123222b
Octal20711022210630534434253
Binary1000011110010001001001010001100110101011100100011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874892; }

 p { color: rgb(135,72,146); }

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

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

 a { background-color: rgb(135,72,146); }

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

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

 span { border-color: rgb(135,72,146); }

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