#842599

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

Shades of Vivid Violet #842599

Tints of Vivid Violet #842599

Color information

#842599 (or 0x842599) is unknown color: approx Vivid Violet. HEX triplet: 84, 25 and 99. RGB value is (132,37,153). Sum of RGB (Red+Green+Blue) = 132+37+153=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #842599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842599 is #7BDA66. Grayscale: #4E4E4E. Windows color (decimal): -8116839 or 10036612. OLE color: 10036612.

HSL color Cylindrical-coordinate representation of color #842599: hue angle of 289.14º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842599 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13237153-
CMYK0.140.7600.4
HSL289.14º61.05%37.25%-
HSV(B)289.14º75.82%60%-
XYZ15.938.5330.94-
YUV78.63169.97166.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=40.99%
G=11.49%
B=47.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132371530.140.7600.4289.1461.0537.25
Hex842599E4C0281213d25
Octal20445231161140504417545
Binary1000010010010110011001111010011000101000100100001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842599; }

 p { color: rgb(132,37,153); }

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

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

 a { background-color: rgb(132,37,153); }

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

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

 span { border-color: rgb(132,37,153); }

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