#87448B

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

Shades of Vivid Violet #87448B

Tints of Vivid Violet #87448B

Color information

#87448B (or 0x87448B) is unknown color: approx Vivid Violet. HEX triplet: 87, 44 and 8B. RGB value is (135,68,139). Sum of RGB (Red+Green+Blue) = 135+68+139=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #87448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87448B is #78BB74. Grayscale: #5F5F5F. Windows color (decimal): -7912309 or 9127047. OLE color: 9127047.

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

Color convert

RGB13568139-
CMYK0.030.5100.45
HSL296.62º34.3%40.59%-
HSV(B)296.62º51.08%54.51%-
XYZ16.7211.1525.7-
YUV96.13152.2155.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=39.47%
G=19.88%
B=40.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135681390.030.5100.45296.6234.340.59
Hex87448B33302D1292229
Octal2071042133630554514251
Binary10000111100010010001011111100110101101100101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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