#875094

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

Shades of Vivid Violet #875094

Tints of Vivid Violet #875094

Color information

#875094 (or 0x875094) is unknown color: approx Vivid Violet. HEX triplet: 87, 50 and 94. RGB value is (135,80,148). Sum of RGB (Red+Green+Blue) = 135+80+148=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #875094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875094 is #78AF6B. Grayscale: #676767. Windows color (decimal): -7909228 or 9719943. OLE color: 9719943.

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

Color convert

RGB13580148-
CMYK0.090.4600.42
HSL288.53º29.82%44.71%-
HSV(B)288.53º45.95%58.04%-
XYZ18.2113.0329.57-
YUV104.2152.72149.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=37.19%
G=22.04%
B=40.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135801480.090.4600.42288.5329.8244.71
Hex87509492E02A1211e2d
Octal20712022411560524413655
Binary100001111010000100101001001101110010101010010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875094; }

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

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

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

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

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

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

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

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