#874396

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

Shades of Vivid Violet #874396

Tints of Vivid Violet #874396

Color information

#874396 (or 0x874396) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 96. RGB value is (135,67,150). Sum of RGB (Red+Green+Blue) = 135+67+150=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #874396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874396 is #78BC69. Grayscale: #606060. Windows color (decimal): -7912554 or 9847687. OLE color: 9847687.

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

Color convert

RGB13567150-
CMYK0.10.5500.41
HSL289.16º38.25%42.55%-
HSV(B)289.16º55.33%58.82%-
XYZ17.511.3730.13-
YUV96.79158.03155.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=38.35%
G=19.03%
B=42.61%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135671500.10.5500.41289.1638.2542.55
Hex874396A37029121262b
Octal20710322612670514414653
Binary1000011110000111001011010101101110101001100100001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874396; }

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

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

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

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

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

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

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

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