#841F92

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

Shades of Vivid Violet #841F92

Tints of Vivid Violet #841F92

Color information

#841F92 (or 0x841F92) is unknown color: approx Vivid Violet. HEX triplet: 84, 1F and 92. RGB value is (132,31,146). Sum of RGB (Red+Green+Blue) = 132+31+146=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #841F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841F92 is #7BE06D. Grayscale: #494949. Windows color (decimal): -8118382 or 9576324. OLE color: 9576324.

HSL color Cylindrical-coordinate representation of color #841F92: hue angle of 292.7º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841F92 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13231146-
CMYK0.100.7900.43
HSL292.7º64.97%34.71%-
HSV(B)292.7º78.77%57.25%-
XYZ15.197.9627.93-
YUV74.31168.46169.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=42.72%
G=10.03%
B=47.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132311460.100.7900.43292.764.9734.71
Hex841F92A4F02B1254123
Octal204372221211705344510143
Binary1000010011111100100101010100111101010111001001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841F92; }

 p { color: rgb(132,31,146); }

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

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

 a { background-color: rgb(132,31,146); }

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

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

 span { border-color: rgb(132,31,146); }

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