#874388

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

Shades of Vivid Violet #874388

Tints of Vivid Violet #874388

Color information

#874388 (or 0x874388) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 88. RGB value is (135,67,136). Sum of RGB (Red+Green+Blue) = 135+67+136=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #874388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874388 is #78BC77. Grayscale: #5E5E5E. Windows color (decimal): -7912568 or 8930183. OLE color: 8930183.

HSL color Cylindrical-coordinate representation of color #874388: hue angle of 299.13º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874388 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13567136-
CMYK0.010.5100.47
HSL299.13º33.99%39.8%-
HSV(B)299.13º50.74%53.33%-
XYZ16.4410.9424.54-
YUV95.2151.03156.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=39.94%
G=19.82%
B=40.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135671360.010.5100.47299.1333.9939.8
Hex87438813302F12b2228
Octal2071032101630574534250
Binary1000011110000111000100011100110101111100101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874388; }

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

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

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

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

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

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

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

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