#873492

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

Shades of Vivid Violet #873492

Tints of Vivid Violet #873492

Color information

#873492 (or 0x873492) is unknown color: approx Vivid Violet. HEX triplet: 87, 34 and 92. RGB value is (135,52,146). Sum of RGB (Red+Green+Blue) = 135+52+146=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #873492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873492 is #78CB6D. Grayscale: #575757. Windows color (decimal): -7916398 or 9581703. OLE color: 9581703.

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

Color convert

RGB13552146-
CMYK0.080.6400.43
HSL292.98º47.47%38.82%-
HSV(B)292.98º64.38%57.25%-
XYZ16.419.6828.2-
YUV87.53161161.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=40.54%
G=15.62%
B=43.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135521460.080.6400.43292.9847.4738.82
Hex87349284002B1252f27
Octal20764222101000534455747
Binary1000011111010010010010100010000000101011100100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873492; }

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

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

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

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

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

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

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

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