#87249A

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

Shades of Vivid Violet #87249A

Tints of Vivid Violet #87249A

Color information

#87249A (or 0x87249A) is unknown color: approx Vivid Violet. HEX triplet: 87, 24 and 9A. RGB value is (135,36,154). Sum of RGB (Red+Green+Blue) = 135+36+154=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #87249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87249A is #78DB65. Grayscale: #4E4E4E. Windows color (decimal): -7920486 or 10101895. OLE color: 10101895.

HSL color Cylindrical-coordinate representation of color #87249A: hue angle of 290.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87249A is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13536154-
CMYK0.120.7700.40
HSL290.34º62.11%37.25%-
HSV(B)290.34º76.62%60.39%-
XYZ16.468.7531.39-
YUV79.05170.3167.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=41.54%
G=11.08%
B=47.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135361540.120.7700.40290.3462.1137.25
Hex87249AC4D0281223e25
Octal20744232141150504427645
Binary1000011110010010011010110010011010101000100100010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87249A; }

 p { color: rgb(135,36,154); }

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

<style>
 a { background-color: #87249A; }

 a { background-color: rgb(135,36,154); }

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

<style>
 span { border-color: #87249A; }

 span { border-color: rgb(135,36,154); }

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