#844D9B

Color #844D9B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #844D9B

Tints of Vivid Violet #844D9B

Color information

#844D9B (or 0x844D9B) is unknown color: approx Vivid Violet. HEX triplet: 84, 4D and 9B. RGB value is (132,77,155). Sum of RGB (Red+Green+Blue) = 132+77+155=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #844D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D9B is #7BB264. Grayscale: #666666. Windows color (decimal): -8106597 or 10177924. OLE color: 10177924.

HSL color Cylindrical-coordinate representation of color #844D9B: hue angle of 282.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844D9B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13277155-
CMYK0.150.5000.39
HSL282.31º33.62%45.49%-
HSV(B)282.31º50.32%60.78%-
XYZ18.0912.5832.49-
YUV102.34157.72149.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=36.26%
G=21.15%
B=42.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132771550.150.5000.39282.3133.6245.49
Hex844D9BF3202711a222d
Octal20411523317620474324255
Binary1000010010011011001101111111100100100111100011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,155); }

 H1.HeaderClassName
 {
   color: #844D9B;
 }
 .AnyTagClassName
 {
   color: #844D9B;
 }
</style>
background-color css

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

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

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

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

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

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