#843282

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

Shades of Vivid Violet #843282

Tints of Vivid Violet #843282

Color information

#843282 (or 0x843282) is unknown color: approx Vivid Violet. HEX triplet: 84, 32 and 82. RGB value is (132,50,130). Sum of RGB (Red+Green+Blue) = 132+50+130=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #843282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843282 is #7BCD7D. Grayscale: #535353. Windows color (decimal): -8113534 or 8532612. OLE color: 8532612.

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

Color convert

RGB13250130-
CMYK00.620.020.48
HSL301.46º45.05%35.69%-
HSV(B)301.46º62.12%51.76%-
XYZ14.698.822.04-
YUV83.64154.17162.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=42.31%
G=16.03%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325013000.620.020.48301.4645.0535.69
Hex84328203E23012d2d24
Octal204622020762604555544
Binary1000010011001010000010011111010110000100101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843282; }

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

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

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

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

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

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

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

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