Html Css Color HEX #844493 Vivid Violet

📋 copy color: '#844493'

red 132 ◦ green 68 ◦ blue 147

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

Shades of Vivid Violet #844493

Tints of Vivid Violet #844493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 38.04%
G = 19.6%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844493 (or 0x844493) is known color: Vivid Violet. HEX triplet: 84, 44 and 93. RGB value is (132,68,147). Sum of RGB (Red+Green+Blue) = 132+68+147=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #844493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844493 is #7BBB6C. Grayscale: #5F5F5F. Windows color (decimal): -8108909 or 9651332. OLE color: 9651332.

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

Color convert

RGB 132 68 147 -
CMYK 0.10 0.54 0 0.42
HSL 288.61º 0.37% 0.42% -
HSV(B) 288.61º 0.54% 0.58% -
XYZ 16.85 11.15 28.87 -
YUV 96.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 132 68 147 0.10 0.54 0 0.42 288.61 0.37 0.42
Hex 84 44 93 A 36 0 2A 121 25 2A
Octal 204 104 223 12 66 0 52 441 45 52
Binary 10000100 1000100 10010011 1010 110110 0 101010 100100001 100101 101010

Color Harmonies of #844493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844493

Black with #844493

Text Example


Text Example

White with #844493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844493; }

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

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

background-color css

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

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

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

border-color css

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

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

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