#87419B

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

Shades of Vivid Violet #87419B

Tints of Vivid Violet #87419B

Color information

#87419B (or 0x87419B) is unknown color: approx Vivid Violet. HEX triplet: 87, 41 and 9B. RGB value is (135,65,155). Sum of RGB (Red+Green+Blue) = 135+65+155=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #87419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87419B is #78BE64. Grayscale: #5F5F5F. Windows color (decimal): -7913061 or 10174855. OLE color: 10174855.

HSL color Cylindrical-coordinate representation of color #87419B: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87419B is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13565155-
CMYK0.130.5800.39
HSL286.67º40.91%43.14%-
HSV(B)286.67º58.06%60.78%-
XYZ17.811.332.25-
YUV96.19161.19155.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=38.03%
G=18.31%
B=43.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135651550.130.5800.39286.6740.9143.14
Hex87419BD3A02711f292b
Octal20710123315720474375153
Binary1000011110000011001101111011110100100111100011111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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