#874097

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

Shades of Vivid Violet #874097

Tints of Vivid Violet #874097

Color information

#874097 (or 0x874097) is unknown color: approx Vivid Violet. HEX triplet: 87, 40 and 97. RGB value is (135,64,151). Sum of RGB (Red+Green+Blue) = 135+64+151=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #874097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874097 is #78BF68. Grayscale: #5E5E5E. Windows color (decimal): -7913321 or 9912455. OLE color: 9912455.

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

Color convert

RGB13564151-
CMYK0.110.5800.41
HSL288.97º40.47%42.16%-
HSV(B)288.97º57.62%59.22%-
XYZ17.4111.0530.49-
YUV95.15159.52156.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=38.57%
G=18.29%
B=43.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135641510.110.5800.41288.9740.4742.16
Hex874097B3A029121282a
Octal20710022713720514415052
Binary1000011110000001001011110111110100101001100100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874097; }

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

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

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

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

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

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

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

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