#873982

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

Shades of Vivid Violet #873982

Tints of Vivid Violet #873982

Color information

#873982 (or 0x873982) is unknown color: approx Vivid Violet. HEX triplet: 87, 39 and 82. RGB value is (135,57,130). Sum of RGB (Red+Green+Blue) = 135+57+130=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #873982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873982 is #78C67D. Grayscale: #585858. Windows color (decimal): -7915134 or 8534407. OLE color: 8534407.

HSL color Cylindrical-coordinate representation of color #873982: hue angle of 303.85º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873982 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13557130-
CMYK00.580.040.47
HSL303.85º40.63%37.65%-
HSV(B)303.85º57.78%52.94%-
XYZ15.489.6922.17-
YUV88.64151.34161.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=41.93%
G=17.70%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355713000.580.040.47303.8540.6337.65
Hex87398203A42F1302926
Octal207712020724574605146
Binary10000111111001100000100111010100101111100110000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873982; }

 p { color: rgb(135,57,130); }

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

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

 a { background-color: rgb(135,57,130); }

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

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

 span { border-color: rgb(135,57,130); }

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