Html Css Color HEX #843293 Vivid Violet

📋 copy color: '#843293'

red 132 ◦ green 50 ◦ blue 147

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

Shades of Vivid Violet #843293

Tints of Vivid Violet #843293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 40.12%
G = 15.2%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#843293 (or 0x843293) is known color: Vivid Violet. HEX triplet: 84, 32 and 93. RGB value is (132,50,147). Sum of RGB (Red+Green+Blue) = 132+50+147=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #843293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843293 is #7BCD6C. Grayscale: #555555. Windows color (decimal): -8113517 or 9646724. OLE color: 9646724.

HSL color Cylindrical-coordinate representation of color #843293: hue angle of 290.72º 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 #843293 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 50 147 -
CMYK 0.10 0.66 0 0.42
HSL 290.72º 0.49% 0.39% -
HSV(B) 290.72º 0.66% 0.58% -
XYZ 15.92 9.29 28.56 -
YUV 85.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 132 50 147 0.10 0.66 0 0.42 290.72 0.49 0.39
Hex 84 32 93 A 42 0 2A 123 31 27
Octal 204 62 223 12 102 0 52 443 61 47
Binary 10000100 110010 10010011 1010 1000010 0 101010 100100011 110001 100111

Color Harmonies of #843293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843293

Black with #843293

Text Example


Text Example

White with #843293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843293; }

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

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

background-color css

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

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

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

border-color css

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

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

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