#873090

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

Shades of Vivid Violet #873090

Tints of Vivid Violet #873090

Color information

#873090 (or 0x873090) is unknown color: approx Vivid Violet. HEX triplet: 87, 30 and 90. RGB value is (135,48,144). Sum of RGB (Red+Green+Blue) = 135+48+144=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #873090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873090 is #78CF6F. Grayscale: #545454. Windows color (decimal): -7917424 or 9449607. OLE color: 9449607.

HSL color Cylindrical-coordinate representation of color #873090: hue angle of 294.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873090 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13548144-
CMYK0.060.6700.44
HSL294.38º50%37.65%-
HSV(B)294.38º66.67%56.47%-
XYZ16.089.2827.33-
YUV84.96161.32163.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 48 (19.14% from 255) = 14.68%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=41.28%
G=14.68%
B=44.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135481440.060.6700.44294.385037.65
Hex87309064302C1263226
Octal2076022061030544466246
Binary100001111100001001000011010000110101100100100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873090; }

 p { color: rgb(135,48,144); }

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

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

 a { background-color: rgb(135,48,144); }

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

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

 span { border-color: rgb(135,48,144); }

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