#873484

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

Shades of Vivid Violet #873484

Tints of Vivid Violet #873484

Color information

#873484 (or 0x873484) is unknown color: approx Vivid Violet. HEX triplet: 87, 34 and 84. RGB value is (135,52,132). Sum of RGB (Red+Green+Blue) = 135+52+132=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #873484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873484 is #78CB7B. Grayscale: #555555. Windows color (decimal): -7916412 or 8664199. OLE color: 8664199.

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

Color convert

RGB13552132-
CMYK00.610.020.47
HSL302.17º44.39%36.67%-
HSV(B)302.17º61.48%52.94%-
XYZ15.389.2722.81-
YUV85.94154163-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=42.32%
G=16.30%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355213200.610.020.47302.1744.3936.67
Hex87348403D22F12e2c25
Octal207642040752574565445
Binary1000011111010010000100011110110101111100101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873484; }

 p { color: rgb(135,52,132); }

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

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

 a { background-color: rgb(135,52,132); }

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

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

 span { border-color: rgb(135,52,132); }

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