#843382

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

Shades of Vivid Violet #843382

Tints of Vivid Violet #843382

Color information

#843382 (or 0x843382) is unknown color: approx Vivid Violet. HEX triplet: 84, 33 and 82. RGB value is (132,51,130). Sum of RGB (Red+Green+Blue) = 132+51+130=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #843382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843382 is #7BCC7D. Grayscale: #535353. Windows color (decimal): -8113278 or 8532868. OLE color: 8532868.

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

Color convert

RGB13251130-
CMYK00.610.020.48
HSL301.48º44.26%35.88%-
HSV(B)301.48º61.36%51.76%-
XYZ14.738.8822.06-
YUV84.22153.84162.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=42.17%
G=16.29%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325113000.610.020.48301.4844.2635.88
Hex84338203D23012d2c24
Octal204632020752604555444
Binary1000010011001110000010011110110110000100101101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843382; }

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

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

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

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

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

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

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

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