#843490

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

Shades of Vivid Violet #843490

Tints of Vivid Violet #843490

Color information

#843490 (or 0x843490) is unknown color: approx Vivid Violet. HEX triplet: 84, 34 and 90. RGB value is (132,52,144). Sum of RGB (Red+Green+Blue) = 132+52+144=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #843490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843490 is #7BCB6F. Grayscale: #565656. Windows color (decimal): -8113008 or 9450628. OLE color: 9450628.

HSL color Cylindrical-coordinate representation of color #843490: hue angle of 292.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843490 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13252144-
CMYK0.080.6400.44
HSL292.17º46.94%38.43%-
HSV(B)292.17º63.89%56.47%-
XYZ15.789.3827.36-
YUV86.41160.5160.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=40.24%
G=15.85%
B=43.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132521440.080.6400.44292.1746.9438.43
Hex84349084002C1242f26
Octal20464220101000544445746
Binary1000010011010010010000100010000000101100100100100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843490; }

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

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

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

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

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

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

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

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