Html Css Color HEX #844484 Vivid Violet

📋 copy color: '#844484'

red 132 ◦ green 68 ◦ blue 132

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

Shades of Vivid Violet #844484

Tints of Vivid Violet #844484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 39.76%
G = 20.48%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#844484 (or 0x844484) is known color: Vivid Violet. HEX triplet: 84, 44 and 84. RGB value is (132,68,132). Sum of RGB (Red+Green+Blue) = 132+68+132=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844484 is #7BBB7B. Grayscale: #5E5E5E. Windows color (decimal): -8108924 or 8668292. OLE color: 8668292.

HSL color Cylindrical-coordinate representation of color #844484: hue angle of 300º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844484 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 132 -
CMYK 0 0.48 0 0.48
HSL 300º 0.32% 0.39% -
HSV(B) 300º 0.48% 0.52% -
XYZ 15.75 10.71 23.07 -
YUV 94.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 132 68 132 0 0.48 0 0.48 300 0.32 0.39
Hex 84 44 84 0 30 0 30 12C 20 27
Octal 204 104 204 0 60 0 60 454 40 47
Binary 10000100 1000100 10000100 0 110000 0 110000 100101100 100000 100111

Color Harmonies of #844484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844484

Black with #844484

Text Example


Text Example

White with #844484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844484; }

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

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

background-color css

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

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

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

border-color css

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

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

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