#872C8B

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

Shades of Vivid Violet #872C8B

Tints of Vivid Violet #872C8B

Color information

#872C8B (or 0x872C8B) is unknown color: approx Vivid Violet. HEX triplet: 87, 2C and 8B. RGB value is (135,44,139). Sum of RGB (Red+Green+Blue) = 135+44+139=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #872C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C8B is #78D374. Grayscale: #515151. Windows color (decimal): -7918453 or 9120903. OLE color: 9120903.

HSL color Cylindrical-coordinate representation of color #872C8B: hue angle of 297.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872C8B is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13544139-
CMYK0.030.6800.45
HSL297.47º51.91%35.88%-
HSV(B)297.47º68.35%54.51%-
XYZ15.558.8225.31-
YUV82.04160.15165.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=42.45%
G=13.84%
B=43.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135441390.030.6800.45297.4751.9135.88
Hex872C8B34402D1293424
Octal2075421331040554516444
Binary10000111101100100010111110001000101101100101001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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