#873092

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

Shades of Vivid Violet #873092

Tints of Vivid Violet #873092

Color information

#873092 (or 0x873092) is unknown color: approx Vivid Violet. HEX triplet: 87, 30 and 92. RGB value is (135,48,146). Sum of RGB (Red+Green+Blue) = 135+48+146=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #873092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873092 is #78CF6D. Grayscale: #545454. Windows color (decimal): -7917422 or 9580679. OLE color: 9580679.

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

Color convert

RGB13548146-
CMYK0.080.6700.43
HSL293.27º50.52%38.04%-
HSV(B)293.27º67.12%57.25%-
XYZ16.249.3428.14-
YUV85.18162.32163.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=41.03%
G=14.59%
B=44.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135481460.080.6700.43293.2750.5238.04
Hex87309284302B1253326
Octal20760222101030534456346
Binary1000011111000010010010100010000110101011100100101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873092; }

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

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

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

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

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

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

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

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