Html Css Color HEX #843394 Vivid Violet

📋 copy color: '#843394'

red 132 ◦ green 51 ◦ blue 148

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

Shades of Vivid Violet #843394

Tints of Vivid Violet #843394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 39.88%
G = 15.41%
B = 44.71%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#843394 (or 0x843394) is known color: Vivid Violet. HEX triplet: 84, 33 and 94. RGB value is (132,51,148). Sum of RGB (Red+Green+Blue) = 132+51+148=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #843394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843394 is #7BCC6B. Grayscale: #555555. Windows color (decimal): -8113260 or 9712516. OLE color: 9712516.

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

Color convert

RGB 132 51 148 -
CMYK 0.11 0.66 0 0.42
HSL 290.1º 0.49% 0.39% -
HSV(B) 290.1º 0.66% 0.58% -
XYZ 16.04 9.41 28.99 -
YUV 86.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 132 51 148 0.11 0.66 0 0.42 290.1 0.49 0.39
Hex 84 33 94 B 42 0 2A 122 31 27
Octal 204 63 224 13 102 0 52 442 61 47
Binary 10000100 110011 10010100 1011 1000010 0 101010 100100010 110001 100111

Color Harmonies of #843394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843394

Black with #843394

Text Example


Text Example

White with #843394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843394; }

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

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

background-color css

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

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

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

border-color css

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

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

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