#872190

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

Shades of Vivid Violet #872190

Tints of Vivid Violet #872190

Color information

#872190 (or 0x872190) is unknown color: approx Vivid Violet. HEX triplet: 87, 21 and 90. RGB value is (135,33,144). Sum of RGB (Red+Green+Blue) = 135+33+144=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #872190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872190 is #78DE6F. Grayscale: #4B4B4B. Windows color (decimal): -7921264 or 9445767. OLE color: 9445767.

HSL color Cylindrical-coordinate representation of color #872190: hue angle of 295.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872190 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13533144-
CMYK0.060.7700.44
HSL295.14º62.71%34.71%-
HSV(B)295.14º77.08%56.47%-
XYZ15.578.2527.16-
YUV76.15166.29169.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=43.27%
G=10.58%
B=46.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135331440.060.7700.44295.1462.7134.71
Hex87219064D02C1273f23
Octal2074122061150544477743
Binary100001111000011001000011010011010101100100100111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872190; }

 p { color: rgb(135,33,144); }

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

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

 a { background-color: rgb(135,33,144); }

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

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

 span { border-color: rgb(135,33,144); }

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