#87468A

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

Shades of Vivid Violet #87468A

Tints of Vivid Violet #87468A

Color information

#87468A (or 0x87468A) is unknown color: approx Vivid Violet. HEX triplet: 87, 46 and 8A. RGB value is (135,70,138). Sum of RGB (Red+Green+Blue) = 135+70+138=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #87468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87468A is #78B975. Grayscale: #606060. Windows color (decimal): -7911798 or 9062023. OLE color: 9062023.

HSL color Cylindrical-coordinate representation of color #87468A: hue angle of 297.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87468A is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13570138-
CMYK0.020.4900.46
HSL297.35º32.69%40.78%-
HSV(B)297.35º49.28%54.12%-
XYZ16.7711.3725.35-
YUV97.19151.03154.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=39.36%
G=20.41%
B=40.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135701380.020.4900.46297.3532.6940.78
Hex87468A23102E1292129
Octal2071062122610564514151
Binary10000111100011010001010101100010101110100101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,70,138); }

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

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

 a { background-color: rgb(135,70,138); }

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

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

 span { border-color: rgb(135,70,138); }

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