#873785

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

Shades of Vivid Violet #873785

Tints of Vivid Violet #873785

Color information

#873785 (or 0x873785) is unknown color: approx Vivid Violet. HEX triplet: 87, 37 and 85. RGB value is (135,55,133). Sum of RGB (Red+Green+Blue) = 135+55+133=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #873785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873785 is #78C87A. Grayscale: #575757. Windows color (decimal): -7915643 or 8730503. OLE color: 8730503.

HSL color Cylindrical-coordinate representation of color #873785: hue angle of 301.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873785 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13555133-
CMYK00.590.010.47
HSL301.5º42.11%37.25%-
HSV(B)301.5º59.26%52.94%-
XYZ15.599.5823.22-
YUV87.81153.5161.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=41.80%
G=17.03%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355513300.590.010.47301.542.1137.25
Hex87378503B12F12e2a25
Octal207672050731574565245
Binary100001111101111000010101110111101111100101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873785; }

 p { color: rgb(135,55,133); }

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

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

 a { background-color: rgb(135,55,133); }

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

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

 span { border-color: rgb(135,55,133); }

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