Html Css Color HEX #844291 Vivid Violet

📋 copy color: '#844291'

red 132 ◦ green 66 ◦ blue 145

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

Shades of Vivid Violet #844291

Tints of Vivid Violet #844291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 38.48%
G = 19.24%
B = 42.27%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#844291 (or 0x844291) is known color: Vivid Violet. HEX triplet: 84, 42 and 91. RGB value is (132,66,145). Sum of RGB (Red+Green+Blue) = 132+66+145=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #844291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844291 is #7BBD6E. Grayscale: #5E5E5E. Windows color (decimal): -8109423 or 9519748. OLE color: 9519748.

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

Color convert

RGB 132 66 145 -
CMYK 0.09 0.54 0 0.43
HSL 290.13º 0.37% 0.41% -
HSV(B) 290.13º 0.54% 0.57% -
XYZ 16.57 10.85 28.01 -
YUV 94.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 132 66 145 0.09 0.54 0 0.43 290.13 0.37 0.41
Hex 84 42 91 9 36 0 2B 122 25 29
Octal 204 102 221 11 66 0 53 442 45 51
Binary 10000100 1000010 10010001 1001 110110 0 101011 100100010 100101 101001

Color Harmonies of #844291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844291

Black with #844291

Text Example


Text Example

White with #844291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844291; }

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

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

background-color css

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

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

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

border-color css

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

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

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