Html Css Color HEX #844499 Vivid Violet

📋 copy color: '#844499'

red 132 ◦ green 68 ◦ blue 153

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

Shades of Vivid Violet #844499

Tints of Vivid Violet #844499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 37.39%
G = 19.26%
B = 43.34%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#844499 (or 0x844499) is known color: Vivid Violet. HEX triplet: 84, 44 and 99. RGB value is (132,68,153). Sum of RGB (Red+Green+Blue) = 132+68+153=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #844499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844499 is #7BBB66. Grayscale: #606060. Windows color (decimal): -8108903 or 10044548. OLE color: 10044548.

HSL color Cylindrical-coordinate representation of color #844499: hue angle of 285.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844499 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 68 153 -
CMYK 0.14 0.56 0 0.4
HSL 285.18º 0.38% 0.43% -
HSV(B) 285.18º 0.56% 0.6% -
XYZ 17.33 11.34 31.41 -
YUV 96.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 132 68 153 0.14 0.56 0 0.4 285.18 0.38 0.43
Hex 84 44 99 E 38 0 28 11D 26 2B
Octal 204 104 231 16 70 0 50 435 46 53
Binary 10000100 1000100 10011001 1110 111000 0 101000 100011101 100110 101011

Color Harmonies of #844499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844499

Black with #844499

Text Example


Text Example

White with #844499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844499; }

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

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

background-color css

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

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

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

border-color css

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

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

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