#844B95

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

Shades of Vivid Violet #844B95

Tints of Vivid Violet #844B95

Color information

#844B95 (or 0x844B95) is unknown color: approx Vivid Violet. HEX triplet: 84, 4B and 95. RGB value is (132,75,149). Sum of RGB (Red+Green+Blue) = 132+75+149=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #844B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B95 is #7BB46A. Grayscale: #646464. Windows color (decimal): -8107115 or 9784196. OLE color: 9784196.

HSL color Cylindrical-coordinate representation of color #844B95: hue angle of 286.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844B95 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13275149-
CMYK0.110.5000.42
HSL286.22º33.04%43.92%-
HSV(B)286.22º49.66%58.43%-
XYZ17.4612.1129.85-
YUV100.48155.38150.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=37.08%
G=21.07%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132751490.110.5000.42286.2233.0443.92
Hex844B95B3202A11e212c
Octal20411322513620524364154
Binary1000010010010111001010110111100100101010100011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,149); }

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

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

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

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

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

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

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