#872C88

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

Shades of Vivid Violet #872C88

Tints of Vivid Violet #872C88

Color information

#872C88 (or 0x872C88) is unknown color: approx Vivid Violet. HEX triplet: 87, 2C and 88. RGB value is (135,44,136). Sum of RGB (Red+Green+Blue) = 135+44+136=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #872C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C88 is #78D377. Grayscale: #515151. Windows color (decimal): -7918456 or 8924295. OLE color: 8924295.

HSL color Cylindrical-coordinate representation of color #872C88: hue angle of 299.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872C88 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13544136-
CMYK0.010.6800.47
HSL299.35º51.11%35.29%-
HSV(B)299.35º67.65%53.33%-
XYZ15.348.7324.17-
YUV81.7158.65166.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 13.97%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=42.86%
G=13.97%
B=43.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135441360.010.6800.47299.3551.1135.29
Hex872C8814402F12b3323
Octal2075421011040574536343
Binary1000011110110010001000110001000101111100101011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872C88; }

 p { color: rgb(135,44,136); }

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

<style>
 a { background-color: #872C88; }

 a { background-color: rgb(135,44,136); }

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

<style>
 span { border-color: #872C88; }

 span { border-color: rgb(135,44,136); }

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