#87238D

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

Shades of Vivid Violet #87238D

Tints of Vivid Violet #87238D

Color information

#87238D (or 0x87238D) is unknown color: approx Vivid Violet. HEX triplet: 87, 23 and 8D. RGB value is (135,35,141). Sum of RGB (Red+Green+Blue) = 135+35+141=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #87238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87238D is #78DC72. Grayscale: #4C4C4C. Windows color (decimal): -7920755 or 9249671. OLE color: 9249671.

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

Color convert

RGB13535141-
CMYK0.040.7500.45
HSL296.6º60.23%34.51%-
HSV(B)296.6º75.18%55.29%-
XYZ15.48.2825.99-
YUV76.98164.13169.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 35 (14.06% from 255) = 11.25%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=43.41%
G=11.25%
B=45.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135351410.040.7500.45296.660.2334.51
Hex87238D44B02D1293c23
Octal2074321541130554517443
Binary100001111000111000110110010010110101101100101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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