#842B92

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

Shades of Vivid Violet #842B92

Tints of Vivid Violet #842B92

Color information

#842B92 (or 0x842B92) is unknown color: approx Vivid Violet. HEX triplet: 84, 2B and 92. RGB value is (132,43,146). Sum of RGB (Red+Green+Blue) = 132+43+146=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #842B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B92 is #7BD46D. Grayscale: #515151. Windows color (decimal): -8115310 or 9579396. OLE color: 9579396.

HSL color Cylindrical-coordinate representation of color #842B92: hue angle of 291.84º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842B92 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13243146-
CMYK0.100.7100.43
HSL291.84º54.5%37.06%-
HSV(B)291.84º70.55%57.25%-
XYZ15.578.7128.05-
YUV81.35164.49164.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=41.12%
G=13.40%
B=45.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132431460.100.7100.43291.8454.537.06
Hex842B92A4702B1243625
Octal20453222121070534446645
Binary1000010010101110010010101010001110101011100100100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842B92; }

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

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

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

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

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

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

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

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