#875099

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

Shades of Vivid Violet #875099

Tints of Vivid Violet #875099

Color information

#875099 (or 0x875099) is unknown color: approx Vivid Violet. HEX triplet: 87, 50 and 99. RGB value is (135,80,153). Sum of RGB (Red+Green+Blue) = 135+80+153=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #875099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875099 is #78AF66. Grayscale: #686868. Windows color (decimal): -7909223 or 10047623. OLE color: 10047623.

HSL color Cylindrical-coordinate representation of color #875099: hue angle of 285.21º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875099 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13580153-
CMYK0.120.4800.4
HSL285.21º31.33%45.69%-
HSV(B)285.21º47.71%60%-
XYZ18.6113.1931.7-
YUV104.77155.22149.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=36.68%
G=21.74%
B=41.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135801530.120.4800.4285.2131.3345.69
Hex875099C3002811d1f2e
Octal20712023114600504353756
Binary100001111010000100110011100110000010100010001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875099; }

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

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

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

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

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

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

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

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