#87258D

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

Shades of Vivid Violet #87258D

Tints of Vivid Violet #87258D

Color information

#87258D (or 0x87258D) is unknown color: approx Vivid Violet. HEX triplet: 87, 25 and 8D. RGB value is (135,37,141). Sum of RGB (Red+Green+Blue) = 135+37+141=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #87258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87258D is #78DA72. Grayscale: #4D4D4D. Windows color (decimal): -7920243 or 9250183. OLE color: 9250183.

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

Color convert

RGB13537141-
CMYK0.040.7400.45
HSL296.54º58.43%34.9%-
HSV(B)296.54º73.76%55.29%-
XYZ15.468.426.01-
YUV78.16163.47168.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=43.13%
G=11.82%
B=45.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135371410.040.7400.45296.5458.4334.9
Hex87258D44A02D1293a23
Octal2074521541120554517243
Binary100001111001011000110110010010100101101100101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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