#87448D

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

Shades of Vivid Violet #87448D

Tints of Vivid Violet #87448D

Color information

#87448D (or 0x87448D) is unknown color: approx Vivid Violet. HEX triplet: 87, 44 and 8D. RGB value is (135,68,141). Sum of RGB (Red+Green+Blue) = 135+68+141=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #87448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87448D is #78BB72. Grayscale: #606060. Windows color (decimal): -7912307 or 9258119. OLE color: 9258119.

HSL color Cylindrical-coordinate representation of color #87448D: hue angle of 295.07º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87448D is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13568141-
CMYK0.040.5200.45
HSL295.07º34.93%40.98%-
HSV(B)295.07º51.77%55.29%-
XYZ16.8711.2126.47-
YUV96.35153.2155.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=39.24%
G=19.77%
B=40.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135681410.040.5200.45295.0734.9340.98
Hex87448D43402D1272329
Octal2071042154640554474351
Binary100001111000100100011011001101000101101100100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,68,141); }

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

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

 a { background-color: rgb(135,68,141); }

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

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

 span { border-color: rgb(135,68,141); }

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