#874284

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

Shades of Vivid Violet #874284

Tints of Vivid Violet #874284

Color information

#874284 (or 0x874284) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and 84. RGB value is (135,66,132). Sum of RGB (Red+Green+Blue) = 135+66+132=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874284 is #78BD7B. Grayscale: #5D5D5D. Windows color (decimal): -7912828 or 8667783. OLE color: 8667783.

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

Color convert

RGB13566132-
CMYK00.510.020.47
HSL302.61º34.33%39.41%-
HSV(B)302.61º51.11%52.94%-
XYZ16.110.7123.05-
YUV94.16149.36157.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=40.54%
G=19.82%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356613200.510.020.47302.6134.3339.41
Hex87428403322F12f2227
Octal2071022040632574574247
Binary10000111100001010000100011001110101111100101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874284; }

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

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

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

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

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

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

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

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