#874696

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

Shades of Vivid Violet #874696

Tints of Vivid Violet #874696

Color information

#874696 (or 0x874696) is unknown color: approx Vivid Violet. HEX triplet: 87, 46 and 96. RGB value is (135,70,150). Sum of RGB (Red+Green+Blue) = 135+70+150=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #874696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874696 is #78B969. Grayscale: #626262. Windows color (decimal): -7911786 or 9848455. OLE color: 9848455.

HSL color Cylindrical-coordinate representation of color #874696: hue angle of 288.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874696 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13570150-
CMYK0.10.5300.41
HSL288.75º36.36%43.14%-
HSV(B)288.75º53.33%58.82%-
XYZ17.6911.7330.19-
YUV98.55157.03154-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=38.03%
G=19.72%
B=42.25%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135701500.10.5300.41288.7536.3643.14
Hex874696A35029121242b
Octal20710622612650514414453
Binary1000011110001101001011010101101010101001100100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874696; }

 p { color: rgb(135,70,150); }

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

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

 a { background-color: rgb(135,70,150); }

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

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

 span { border-color: rgb(135,70,150); }

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