#872095

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

Shades of Vivid Violet #872095

Tints of Vivid Violet #872095

Color information

#872095 (or 0x872095) is unknown color: approx Vivid Violet. HEX triplet: 87, 20 and 95. RGB value is (135,32,149). Sum of RGB (Red+Green+Blue) = 135+32+149=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #872095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872095 is #78DF6A. Grayscale: #4B4B4B. Windows color (decimal): -7921515 or 9773191. OLE color: 9773191.

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

Color convert

RGB13532149-
CMYK0.090.7900.42
HSL292.82º64.64%35.49%-
HSV(B)292.82º78.52%58.43%-
XYZ15.938.3529.21-
YUV76.13169.12169.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=42.72%
G=10.13%
B=47.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135321490.090.7900.42292.8264.6435.49
Hex87209594F02A1254123
Octal207402251111705244510143
Binary10000111100000100101011001100111101010101001001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872095; }

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

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

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

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

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

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

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

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