#87428B

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

Shades of Vivid Violet #87428B

Tints of Vivid Violet #87428B

Color information

#87428B (or 0x87428B) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and 8B. RGB value is (135,66,139). Sum of RGB (Red+Green+Blue) = 135+66+139=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #87428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87428B is #78BD74. Grayscale: #5E5E5E. Windows color (decimal): -7912821 or 9126535. OLE color: 9126535.

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

Color convert

RGB13566139-
CMYK0.030.5300.45
HSL296.71º35.61%40.2%-
HSV(B)296.71º52.52%54.51%-
XYZ16.610.9125.66-
YUV94.95152.86156.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=39.71%
G=19.41%
B=40.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135661390.030.5300.45296.7135.6140.2
Hex87428B33502D1292428
Octal2071022133650554514450
Binary10000111100001010001011111101010101101100101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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