#87509A

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

Shades of Vivid Violet #87509A

Tints of Vivid Violet #87509A

Color information

#87509A (or 0x87509A) is unknown color: approx Vivid Violet. HEX triplet: 87, 50 and 9A. RGB value is (135,80,154). Sum of RGB (Red+Green+Blue) = 135+80+154=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #87509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87509A is #78AF65. Grayscale: #686868. Windows color (decimal): -7909222 or 10113159. OLE color: 10113159.

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

Color convert

RGB13580154-
CMYK0.120.4800.40
HSL284.59º31.62%45.88%-
HSV(B)284.59º48.05%60.39%-
XYZ18.6913.2232.14-
YUV104.88155.72149.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=36.59%
G=21.68%
B=41.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135801540.120.4800.40284.5931.6245.88
Hex87509AC3002811d202e
Octal20712023214600504354056
Binary1000011110100001001101011001100000101000100011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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