#843C85

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

Shades of Vivid Violet #843C85

Tints of Vivid Violet #843C85

Color information

#843C85 (or 0x843C85) is unknown color: approx Vivid Violet. HEX triplet: 84, 3C and 85. RGB value is (132,60,133). Sum of RGB (Red+Green+Blue) = 132+60+133=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #843C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843C85 is #7BC37A. Grayscale: #595959. Windows color (decimal): -8110971 or 8731780. OLE color: 8731780.

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

Color convert

RGB13260133-
CMYK0.010.5500.48
HSL299.18º37.82%37.84%-
HSV(B)299.18º54.89%52.16%-
XYZ15.379.8323.28-
YUV89.85152.35158.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=40.62%
G=18.46%
B=40.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132601330.010.5500.48299.1837.8237.84
Hex843C8513703012b2626
Octal204742051670604534646
Binary100001001111001000010111101110110000100101011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843C85; }

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

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

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

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

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

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

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

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