#873882

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

Shades of Vivid Violet #873882

Tints of Vivid Violet #873882

Color information

#873882 (or 0x873882) is unknown color: approx Vivid Violet. HEX triplet: 87, 38 and 82. RGB value is (135,56,130). Sum of RGB (Red+Green+Blue) = 135+56+130=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #873882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873882 is #78C77D. Grayscale: #575757. Windows color (decimal): -7915390 or 8534151. OLE color: 8534151.

HSL color Cylindrical-coordinate representation of color #873882: hue angle of 303.8º degrees, saturation: 0.41, 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 #873882 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13556130-
CMYK00.590.040.47
HSL303.8º41.36%37.45%-
HSV(B)303.8º58.52%52.94%-
XYZ15.449.5922.16-
YUV88.06151.67161.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=42.06%
G=17.45%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355613000.590.040.47303.841.3637.45
Hex87388203B42F1302925
Octal207702020734574605145
Binary10000111111000100000100111011100101111100110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873882; }

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

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

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

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

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

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

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

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