Html Css Color HEX #844988 Vivid Violet

📋 copy color: '#844988'

red 132 ◦ green 73 ◦ blue 136

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

Shades of Vivid Violet #844988

Tints of Vivid Violet #844988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 38.71%
G = 21.41%
B = 39.88%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#844988 (or 0x844988) is known color: Vivid Violet. HEX triplet: 84, 49 and 88. RGB value is (132,73,136). Sum of RGB (Red+Green+Blue) = 132+73+136=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #844988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844988 is #7BB677. Grayscale: #616161. Windows color (decimal): -8107640 or 8931716. OLE color: 8931716.

HSL color Cylindrical-coordinate representation of color #844988: hue angle of 296.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844988 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 73 136 -
CMYK 0.03 0.46 0 0.47
HSL 296.19º 0.3% 0.41% -
HSV(B) 296.19º 0.46% 0.53% -
XYZ 16.34 11.45 24.64 -
YUV 97.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 132 73 136 0.03 0.46 0 0.47 296.19 0.3 0.41
Hex 84 49 88 3 2E 0 2F 128 1E 29
Octal 204 111 210 3 56 0 57 450 36 51
Binary 10000100 1001001 10001000 11 101110 0 101111 100101000 11110 101001

Color Harmonies of #844988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844988

Black with #844988

Text Example


Text Example

White with #844988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844988; }

 p { color: rgb(132,73,136); }

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

background-color css

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

 a { background-color: rgb(132,73,136); }

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

border-color css

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

 span { border-color: rgb(132,73,136); }

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