#87279D

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

Shades of Vivid Violet #87279D

Tints of Vivid Violet #87279D

Color information

#87279D (or 0x87279D) is unknown color: approx Vivid Violet. HEX triplet: 87, 27 and 9D. RGB value is (135,39,157). Sum of RGB (Red+Green+Blue) = 135+39+157=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #87279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87279D is #78D862. Grayscale: #505050. Windows color (decimal): -7919715 or 10299271. OLE color: 10299271.

HSL color Cylindrical-coordinate representation of color #87279D: hue angle of 288.81º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87279D is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13539157-
CMYK0.140.7500.38
HSL288.81º60.2%38.43%-
HSV(B)288.81º75.16%61.57%-
XYZ16.89.0432.76-
YUV81.16170.8166.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 39 (15.62% from 255) = 11.78%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=40.79%
G=11.78%
B=47.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135391570.140.7500.38288.8160.238.43
Hex87279DE4B0261213c26
Octal20747235161130464417446
Binary1000011110011110011101111010010110100110100100001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,39,157); }

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

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

 a { background-color: rgb(135,39,157); }

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

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

 span { border-color: rgb(135,39,157); }

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