#874592

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

Shades of Vivid Violet #874592

Tints of Vivid Violet #874592

Color information

#874592 (or 0x874592) is unknown color: approx Vivid Violet. HEX triplet: 87, 45 and 92. RGB value is (135,69,146). Sum of RGB (Red+Green+Blue) = 135+69+146=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #874592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874592 is #78BA6D. Grayscale: #616161. Windows color (decimal): -7912046 or 9586055. OLE color: 9586055.

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

Color convert

RGB13569146-
CMYK0.080.5300.43
HSL291.43º35.81%42.16%-
HSV(B)291.43º52.74%57.25%-
XYZ17.3111.4828.5-
YUV97.51155.37154.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=38.57%
G=19.71%
B=41.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135691460.080.5300.43291.4335.8142.16
Hex87459283502B123242a
Octal20710522210650534434452
Binary1000011110001011001001010001101010101011100100011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874592; }

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

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

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

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

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

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

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

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