#87338B

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

Shades of Vivid Violet #87338B

Tints of Vivid Violet #87338B

Color information

#87338B (or 0x87338B) is unknown color: approx Vivid Violet. HEX triplet: 87, 33 and 8B. RGB value is (135,51,139). Sum of RGB (Red+Green+Blue) = 135+51+139=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #87338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87338B is #78CC74. Grayscale: #555555. Windows color (decimal): -7916661 or 9122695. OLE color: 9122695.

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

Color convert

RGB13551139-
CMYK0.030.6300.45
HSL297.27º46.32%37.25%-
HSV(B)297.27º63.31%54.51%-
XYZ15.849.3825.4-
YUV86.15157.83162.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=41.54%
G=15.69%
B=42.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135511390.030.6300.45297.2746.3237.25
Hex87338B33F02D1292e25
Octal207632133770554515645
Binary1000011111001110001011111111110101101100101001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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