Html Css Color HEX #844A9D Vivid Violet

📋 copy color: '#844A9D'

red 132 ◦ green 74 ◦ blue 157

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

Shades of Vivid Violet #844A9D

Tints of Vivid Violet #844A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 36.36%
G = 20.39%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#844A9D (or 0x844A9D) is known color: Vivid Violet. HEX triplet: 84, 4A and 9D. RGB value is (132,74,157). Sum of RGB (Red+Green+Blue) = 132+74+157=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #844A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844A9D is #7BB562. Grayscale: #646464. Windows color (decimal): -8107363 or 10308228. OLE color: 10308228.

HSL color Cylindrical-coordinate representation of color #844A9D: hue angle of 281.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #844A9D is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 74 157 -
CMYK 0.16 0.53 0 0.38
HSL 281.93º 0.36% 0.45% -
HSV(B) 281.93º 0.53% 0.62% -
XYZ 18.05 12.24 33.31 -
YUV 100.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 132 74 157 0.16 0.53 0 0.38 281.93 0.36 0.45
Hex 84 4A 9D 10 35 0 26 11A 24 2D
Octal 204 112 235 20 65 0 46 432 44 55
Binary 10000100 1001010 10011101 10000 110101 0 100110 100011010 100100 101101

Color Harmonies of #844A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A9D

Black with #844A9D

Text Example


Text Example

White with #844A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,157); }

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

background-color css

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

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

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

border-color css

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

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

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