#873194

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

Shades of Vivid Violet #873194

Tints of Vivid Violet #873194

Color information

#873194 (or 0x873194) is unknown color: approx Vivid Violet. HEX triplet: 87, 31 and 94. RGB value is (135,49,148). Sum of RGB (Red+Green+Blue) = 135+49+148=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #873194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873194 is #78CE6B. Grayscale: #555555. Windows color (decimal): -7917164 or 9712007. OLE color: 9712007.

HSL color Cylindrical-coordinate representation of color #873194: hue angle of 292.12º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873194 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13549148-
CMYK0.090.6700.42
HSL292.12º50.25%38.63%-
HSV(B)292.12º66.89%58.04%-
XYZ16.449.4928.98-
YUV86162.99162.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=40.66%
G=14.76%
B=44.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135491480.090.6700.42292.1250.2538.63
Hex87319494302A1243227
Octal20761224111030524446247
Binary1000011111000110010100100110000110101010100100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873194; }

 p { color: rgb(135,49,148); }

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

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

 a { background-color: rgb(135,49,148); }

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

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

 span { border-color: rgb(135,49,148); }

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