#872F85

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

Shades of Vivid Violet #872F85

Tints of Vivid Violet #872F85

Color information

#872F85 (or 0x872F85) is unknown color: approx Vivid Violet. HEX triplet: 87, 2F and 85. RGB value is (135,47,133). Sum of RGB (Red+Green+Blue) = 135+47+133=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #872F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872F85 is #78D07A. Grayscale: #525252. Windows color (decimal): -7917691 or 8728455. OLE color: 8728455.

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

Color convert

RGB13547133-
CMYK00.650.010.47
HSL301.36º48.35%35.69%-
HSV(B)301.36º65.19%52.94%-
XYZ15.248.8823.1-
YUV83.12156.15165.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=42.86%
G=14.92%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354713300.650.010.47301.3648.3535.69
Hex872F8504112F12d3024
Octal2075720501011574556044
Binary1000011110111110000101010000011101111100101101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,47,133); }

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

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

 a { background-color: rgb(135,47,133); }

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

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

 span { border-color: rgb(135,47,133); }

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