#87419D

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

Shades of Vivid Violet #87419D

Tints of Vivid Violet #87419D

Color information

#87419D (or 0x87419D) is unknown color: approx Vivid Violet. HEX triplet: 87, 41 and 9D. RGB value is (135,65,157). Sum of RGB (Red+Green+Blue) = 135+65+157=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #87419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87419D is #78BE62. Grayscale: #606060. Windows color (decimal): -7913059 or 10305927. OLE color: 10305927.

HSL color Cylindrical-coordinate representation of color #87419D: hue angle of 285.65º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87419D is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13565157-
CMYK0.140.5900.38
HSL285.65º41.44%43.53%-
HSV(B)285.65º58.6%61.57%-
XYZ17.9711.3733.15-
YUV96.42162.19155.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=37.82%
G=18.21%
B=43.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135651570.140.5900.38285.6541.4443.53
Hex87419DE3B02611e292c
Octal20710123516730464365154
Binary1000011110000011001110111101110110100110100011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87419D; }

 p { color: rgb(135,65,157); }

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

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

 a { background-color: rgb(135,65,157); }

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

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

 span { border-color: rgb(135,65,157); }

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