#874993

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

Shades of Vivid Violet #874993

Tints of Vivid Violet #874993

Color information

#874993 (or 0x874993) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 93. RGB value is (135,73,147). Sum of RGB (Red+Green+Blue) = 135+73+147=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #874993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874993 is #78B66C. Grayscale: #636363. Windows color (decimal): -7911021 or 9652615. OLE color: 9652615.

HSL color Cylindrical-coordinate representation of color #874993: hue angle of 290.27º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874993 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13573147-
CMYK0.080.5000.42
HSL290.27º33.64%43.14%-
HSV(B)290.27º50.34%57.65%-
XYZ17.6412.0228.99-
YUV99.97154.54152.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=38.03%
G=20.56%
B=41.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135731470.080.5000.42290.2733.6443.14
Hex87499383202A122222b
Octal20711122310620524424253
Binary1000011110010011001001110001100100101010100100010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874993; }

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

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

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

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

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

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

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

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