#844082

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

Shades of Vivid Violet #844082

Tints of Vivid Violet #844082

Color information

#844082 (or 0x844082) is unknown color: approx Vivid Violet. HEX triplet: 84, 40 and 82. RGB value is (132,64,130). Sum of RGB (Red+Green+Blue) = 132+64+130=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844082 is #7BBF7D. Grayscale: #5B5B5B. Windows color (decimal): -8109950 or 8536196. OLE color: 8536196.

HSL color Cylindrical-coordinate representation of color #844082: hue angle of 301.76º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844082 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13264130-
CMYK00.520.020.48
HSL301.76º34.69%38.43%-
HSV(B)301.76º51.52%51.76%-
XYZ15.3810.1822.27-
YUV91.86149.53156.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=40.49%
G=19.63%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326413000.520.020.48301.7634.6938.43
Hex84408203423012e2326
Octal2041002020642604564346
Binary10000100100000010000010011010010110000100101110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844082; }

 p { color: rgb(132,64,130); }

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

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

 a { background-color: rgb(132,64,130); }

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

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

 span { border-color: rgb(132,64,130); }

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