#874492

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

Shades of Vivid Violet #874492

Tints of Vivid Violet #874492

Color information

#874492 (or 0x874492) is unknown color: approx Vivid Violet. HEX triplet: 87, 44 and 92. RGB value is (135,68,146). Sum of RGB (Red+Green+Blue) = 135+68+146=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #874492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874492 is #78BB6D. Grayscale: #606060. Windows color (decimal): -7912302 or 9585799. OLE color: 9585799.

HSL color Cylindrical-coordinate representation of color #874492: hue angle of 291.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874492 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13568146-
CMYK0.080.5300.43
HSL291.54º36.45%41.96%-
HSV(B)291.54º53.42%57.25%-
XYZ17.2511.3628.48-
YUV96.92155.7155.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=38.68%
G=19.48%
B=41.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135681460.080.5300.43291.5436.4541.96
Hex87449283502B124242a
Octal20710422210650534444452
Binary1000011110001001001001010001101010101011100100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874492; }

 p { color: rgb(135,68,146); }

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

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

 a { background-color: rgb(135,68,146); }

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

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

 span { border-color: rgb(135,68,146); }

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