Html Css Color HEX #843E94 Vivid Violet

📋 copy color: '#843E94'

red 132 ◦ green 62 ◦ blue 148

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

Shades of Vivid Violet #843E94

Tints of Vivid Violet #843E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.13%

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

R = 38.6%
G = 18.13%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#843E94 (or 0x843E94) is known color: Vivid Violet. HEX triplet: 84, 3E and 94. RGB value is (132,62,148). Sum of RGB (Red+Green+Blue) = 132+62+148=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #843E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843E94 is #7BC16B. Grayscale: #5C5C5C. Windows color (decimal): -8110444 or 9715332. OLE color: 9715332.

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

Color convert

RGB 132 62 148 -
CMYK 0.11 0.58 0 0.42
HSL 288.84º 0.41% 0.41% -
HSV(B) 288.84º 0.58% 0.58% -
XYZ 16.58 10.49 29.17 -
YUV 92.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 132 62 148 0.11 0.58 0 0.42 288.84 0.41 0.41
Hex 84 3E 94 B 3A 0 2A 121 29 29
Octal 204 76 224 13 72 0 52 441 51 51
Binary 10000100 111110 10010100 1011 111010 0 101010 100100001 101001 101001

Color Harmonies of #843E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E94

Black with #843E94

Text Example


Text Example

White with #843E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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