#87438A

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

Shades of Vivid Violet #87438A

Tints of Vivid Violet #87438A

Color information

#87438A (or 0x87438A) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 8A. RGB value is (135,67,138). Sum of RGB (Red+Green+Blue) = 135+67+138=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #87438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87438A is #78BC75. Grayscale: #5F5F5F. Windows color (decimal): -7912566 or 9061255. OLE color: 9061255.

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

Color convert

RGB13567138-
CMYK0.020.5100.46
HSL297.46º34.63%40.2%-
HSV(B)297.46º51.45%54.12%-
XYZ16.591125.29-
YUV95.43152.03156.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=39.71%
G=19.71%
B=40.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135671380.020.5100.46297.4634.6340.2
Hex87438A23302E1292328
Octal2071032122630564514350
Binary10000111100001110001010101100110101110100101001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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