#872995

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

Shades of Vivid Violet #872995

Tints of Vivid Violet #872995

Color information

#872995 (or 0x872995) is unknown color: approx Vivid Violet. HEX triplet: 87, 29 and 95. RGB value is (135,41,149). Sum of RGB (Red+Green+Blue) = 135+41+149=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #872995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872995 is #78D66A. Grayscale: #515151. Windows color (decimal): -7919211 or 9775495. OLE color: 9775495.

HSL color Cylindrical-coordinate representation of color #872995: hue angle of 292.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872995 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13541149-
CMYK0.090.7200.42
HSL292.22º56.84%37.25%-
HSV(B)292.22º72.48%58.43%-
XYZ16.218.9129.3-
YUV81.42166.14166.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=41.54%
G=12.62%
B=45.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135411490.090.7200.42292.2256.8437.25
Hex87299594802A1243925
Octal20751225111100524447145
Binary1000011110100110010101100110010000101010100100100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872995; }

 p { color: rgb(135,41,149); }

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

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

 a { background-color: rgb(135,41,149); }

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

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

 span { border-color: rgb(135,41,149); }

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