#843393

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

Shades of Vivid Violet #843393

Tints of Vivid Violet #843393

Color information

#843393 (or 0x843393) is unknown color: approx Vivid Violet. HEX triplet: 84, 33 and 93. RGB value is (132,51,147). Sum of RGB (Red+Green+Blue) = 132+51+147=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #843393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843393 is #7BCC6C. Grayscale: #555555. Windows color (decimal): -8113261 or 9646980. OLE color: 9646980.

HSL color Cylindrical-coordinate representation of color #843393: hue angle of 290.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843393 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13251147-
CMYK0.100.6500.42
HSL290.62º48.48%38.82%-
HSV(B)290.62º65.31%57.65%-
XYZ15.979.3828.57-
YUV86.16162.34160.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=40%
G=15.45%
B=44.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132511470.100.6500.42290.6248.4838.82
Hex843393A4102A1233027
Octal20463223121010524436047
Binary1000010011001110010011101010000010101010100100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843393; }

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

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

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

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

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

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

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

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