Html Css Color HEX #844D90 Vivid Violet

📋 copy color: '#844D90'

red 132 ◦ green 77 ◦ blue 144

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

Shades of Vivid Violet #844D90

Tints of Vivid Violet #844D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 37.39%
G = 21.81%
B = 40.79%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#844D90 (or 0x844D90) is known color: Vivid Violet. HEX triplet: 84, 4D and 90. RGB value is (132,77,144). Sum of RGB (Red+Green+Blue) = 132+77+144=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #844D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D90 is #7BB26F. Grayscale: #646464. Windows color (decimal): -8106608 or 9457028. OLE color: 9457028.

HSL color Cylindrical-coordinate representation of color #844D90: hue angle of 289.25º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844D90 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 77 144 -
CMYK 0.08 0.47 0 0.44
HSL 289.25º 0.3% 0.43% -
HSV(B) 289.25º 0.47% 0.56% -
XYZ 17.2 12.23 27.84 -
YUV 101.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 132 77 144 0.08 0.47 0 0.44 289.25 0.3 0.43
Hex 84 4D 90 8 2F 0 2C 121 1E 2B
Octal 204 115 220 10 57 0 54 441 36 53
Binary 10000100 1001101 10010000 1000 101111 0 101100 100100001 11110 101011

Color Harmonies of #844D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D90

Black with #844D90

Text Example


Text Example

White with #844D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D90; }

 p { color: rgb(132,77,144); }

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

background-color css

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

 a { background-color: rgb(132,77,144); }

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

border-color css

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

 span { border-color: rgb(132,77,144); }

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