#844095

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

Shades of Vivid Violet #844095

Tints of Vivid Violet #844095

Color information

#844095 (or 0x844095) is unknown color: approx Vivid Violet. HEX triplet: 84, 40 and 95. RGB value is (132,64,149). Sum of RGB (Red+Green+Blue) = 132+64+149=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #844095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844095 is #7BBF6A. Grayscale: #5D5D5D. Windows color (decimal): -8109931 or 9781380. OLE color: 9781380.

HSL color Cylindrical-coordinate representation of color #844095: hue angle of 288º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844095 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13264149-
CMYK0.110.5700.42
HSL288º39.91%41.76%-
HSV(B)288º57.05%58.43%-
XYZ16.7710.7429.62-
YUV94.02159.03155.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=38.26%
G=18.55%
B=43.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132641490.110.5700.4228839.9141.76
Hex844095B3902A120282a
Octal20410022513710524405052
Binary1000010010000001001010110111110010101010100100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844095; }

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

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

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

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

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

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

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

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