Html Css Color HEX #843391 Vivid Violet

📋 copy color: '#843391'

red 132 ◦ green 51 ◦ blue 145

#843391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #843391

Tints of Vivid Violet #843391

RGB

 RED value IS 132 (51.95% from 255) = 40.24%

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 40.24%
G = 15.55%
B = 44.21%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#843391 (or 0x843391) is known color: Vivid Violet. HEX triplet: 84, 33 and 91. RGB value is (132,51,145). Sum of RGB (Red+Green+Blue) = 132+51+145=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #843391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843391 is #7BCC6E. Grayscale: #555555. Windows color (decimal): -8113263 or 9515908. OLE color: 9515908.

HSL color Cylindrical-coordinate representation of color #843391: hue angle of 291.7º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843391 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 51 145 -
CMYK 0.09 0.65 0 0.43
HSL 291.7º 0.48% 0.38% -
HSV(B) 291.7º 0.65% 0.57% -
XYZ 15.81 9.32 27.75 -
YUV 85.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 132 51 145 0.09 0.65 0 0.43 291.7 0.48 0.38
Hex 84 33 91 9 41 0 2B 124 30 26
Octal 204 63 221 11 101 0 53 444 60 46
Binary 10000100 110011 10010001 1001 1000001 0 101011 100100100 110000 100110

Color Harmonies of #843391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843391

Black with #843391

Text Example


Text Example

White with #843391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843391; }

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

 H1.HeaderClassName
 {
   color: #843391;
 }
 .AnyTagClassName
 {
   color: #843391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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