Html Css Color HEX #844488 Vivid Violet

📋 copy color: '#844488'

red 132 ◦ green 68 ◦ blue 136

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

Shades of Vivid Violet #844488

Tints of Vivid Violet #844488

RGB

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

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

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

R = 39.29%
G = 20.24%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#844488 (or 0x844488) is known color: Vivid Violet. HEX triplet: 84, 44 and 88. RGB value is (132,68,136). Sum of RGB (Red+Green+Blue) = 132+68+136=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #844488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844488 is #7BBB77. Grayscale: #5E5E5E. Windows color (decimal): -8108920 or 8930436. OLE color: 8930436.

HSL color Cylindrical-coordinate representation of color #844488: hue angle of 296.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844488 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 68 136 -
CMYK 0.03 0.50 0 0.47
HSL 296.47º 0.33% 0.4% -
HSV(B) 296.47º 0.5% 0.53% -
XYZ 16.03 10.82 24.54 -
YUV 94.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 132 68 136 0.03 0.50 0 0.47 296.47 0.33 0.4
Hex 84 44 88 3 32 0 2F 128 21 28
Octal 204 104 210 3 62 0 57 450 41 50
Binary 10000100 1000100 10001000 11 110010 0 101111 100101000 100001 101000

Color Harmonies of #844488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844488

Black with #844488

Text Example


Text Example

White with #844488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844488; }

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

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

background-color css

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

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

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

border-color css

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

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

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