#872993

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

Shades of Vivid Violet #872993

Tints of Vivid Violet #872993

Color information

#872993 (or 0x872993) is unknown color: approx Vivid Violet. HEX triplet: 87, 29 and 93. RGB value is (135,41,147). Sum of RGB (Red+Green+Blue) = 135+41+147=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #872993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872993 is #78D66C. Grayscale: #505050. Windows color (decimal): -7919213 or 9644423. OLE color: 9644423.

HSL color Cylindrical-coordinate representation of color #872993: hue angle of 293.21º degrees, saturation: 0.56, 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 #872993 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13541147-
CMYK0.080.7200.42
HSL293.21º56.38%36.86%-
HSV(B)293.21º72.11%57.65%-
XYZ16.058.8428.46-
YUV81.19165.14166.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=41.80%
G=12.69%
B=45.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135411470.080.7200.42293.2156.3836.86
Hex87299384802A1253825
Octal20751223101100524457045
Binary1000011110100110010011100010010000101010100100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872993; }

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

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

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

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

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

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

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

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