#87228D

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

Shades of Vivid Violet #87228D

Tints of Vivid Violet #87228D

Color information

#87228D (or 0x87228D) is unknown color: approx Vivid Violet. HEX triplet: 87, 22 and 8D. RGB value is (135,34,141). Sum of RGB (Red+Green+Blue) = 135+34+141=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #87228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87228D is #78DD72. Grayscale: #4C4C4C. Windows color (decimal): -7921011 or 9249415. OLE color: 9249415.

HSL color Cylindrical-coordinate representation of color #87228D: hue angle of 296.64º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87228D is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13534141-
CMYK0.040.7600.45
HSL296.64º61.14%34.31%-
HSV(B)296.64º75.89%55.29%-
XYZ15.378.2225.98-
YUV76.4164.46169.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=43.55%
G=10.97%
B=45.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135341410.040.7600.45296.6461.1434.31
Hex87228D44C02D1293d22
Octal2074221541140554517542
Binary100001111000101000110110010011000101101100101001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,34,141); }

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

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

 a { background-color: rgb(135,34,141); }

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

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

 span { border-color: rgb(135,34,141); }

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