#843485

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

Shades of Vivid Violet #843485

Tints of Vivid Violet #843485

Color information

#843485 (or 0x843485) is unknown color: approx Vivid Violet. HEX triplet: 84, 34 and 85. RGB value is (132,52,133). Sum of RGB (Red+Green+Blue) = 132+52+133=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #843485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843485 is #7BCB7A. Grayscale: #545454. Windows color (decimal): -8113019 or 8729732. OLE color: 8729732.

HSL color Cylindrical-coordinate representation of color #843485: hue angle of 299.26º 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 #843485 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13252133-
CMYK0.010.6100.48
HSL299.26º43.78%36.27%-
HSV(B)299.26º60.9%52.16%-
XYZ14.989.0523.15-
YUV85.15155161.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=41.64%
G=16.40%
B=41.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132521330.010.6100.48299.2643.7836.27
Hex84348513D03012b2c24
Octal204642051750604535444
Binary100001001101001000010111111010110000100101011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843485; }

 p { color: rgb(132,52,133); }

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

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

 a { background-color: rgb(132,52,133); }

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

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

 span { border-color: rgb(132,52,133); }

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