#875097

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

Shades of Vivid Violet #875097

Tints of Vivid Violet #875097

Color information

#875097 (or 0x875097) is unknown color: approx Vivid Violet. HEX triplet: 87, 50 and 97. RGB value is (135,80,151). Sum of RGB (Red+Green+Blue) = 135+80+151=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #875097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875097 is #78AF68. Grayscale: #686868. Windows color (decimal): -7909225 or 9916551. OLE color: 9916551.

HSL color Cylindrical-coordinate representation of color #875097: hue angle of 286.48º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875097 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13580151-
CMYK0.110.4700.41
HSL286.48º30.74%45.29%-
HSV(B)286.48º47.02%59.22%-
XYZ18.4513.1230.84-
YUV104.54154.22149.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=36.89%
G=21.86%
B=41.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135801510.110.4700.41286.4830.7445.29
Hex875097B2F02911e1f2d
Octal20712022713570514363755
Binary100001111010000100101111011101111010100110001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875097; }

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

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

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

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

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

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

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

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