#873F94

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

Shades of Vivid Violet #873F94

Tints of Vivid Violet #873F94

Color information

#873F94 (or 0x873F94) is unknown color: approx Vivid Violet. HEX triplet: 87, 3F and 94. RGB value is (135,63,148). Sum of RGB (Red+Green+Blue) = 135+63+148=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #873F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F94 is #78C06B. Grayscale: #5D5D5D. Windows color (decimal): -7913580 or 9715591. OLE color: 9715591.

HSL color Cylindrical-coordinate representation of color #873F94: hue angle of 290.82º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873F94 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13563148-
CMYK0.090.5700.42
HSL290.82º40.28%41.37%-
HSV(B)290.82º57.43%58.04%-
XYZ17.1110.8429.21-
YUV94.22158.35157.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=39.02%
G=18.21%
B=42.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135631480.090.5700.42290.8240.2841.37
Hex873F9493902A1232829
Octal2077722411710524435051
Binary100001111111111001010010011110010101010100100011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873F94; }

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

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

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

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

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

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

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

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