#87388B

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

Shades of Vivid Violet #87388B

Tints of Vivid Violet #87388B

Color information

#87388B (or 0x87388B) is unknown color: approx Vivid Violet. HEX triplet: 87, 38 and 8B. RGB value is (135,56,139). Sum of RGB (Red+Green+Blue) = 135+56+139=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #87388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87388B is #78C774. Grayscale: #585858. Windows color (decimal): -7915381 or 9123975. OLE color: 9123975.

HSL color Cylindrical-coordinate representation of color #87388B: hue angle of 297.11º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87388B is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13556139-
CMYK0.030.6000.45
HSL297.11º42.56%38.24%-
HSV(B)297.11º59.71%54.51%-
XYZ16.079.8425.48-
YUV89.08156.17160.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=40.91%
G=16.97%
B=42.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135561390.030.6000.45297.1142.5638.24
Hex87388B33C02D1292b26
Octal207702133740554515346
Binary1000011111100010001011111111000101101100101001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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