#844085

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

Shades of Vivid Violet #844085

Tints of Vivid Violet #844085

Color information

#844085 (or 0x844085) is unknown color: approx Vivid Violet. HEX triplet: 84, 40 and 85. RGB value is (132,64,133). Sum of RGB (Red+Green+Blue) = 132+64+133=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #844085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844085 is #7BBF7A. Grayscale: #5B5B5B. Windows color (decimal): -8109947 or 8732804. OLE color: 8732804.

HSL color Cylindrical-coordinate representation of color #844085: hue angle of 299.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844085 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13264133-
CMYK0.010.5200.48
HSL299.13º35.03%38.63%-
HSV(B)299.13º51.88%52.16%-
XYZ15.5810.2723.35-
YUV92.2151.03156.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=40.12%
G=19.45%
B=40.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132641330.010.5200.48299.1335.0338.63
Hex84408513403012b2327
Octal2041002051640604534347
Binary1000010010000001000010111101000110000100101011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844085; }

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

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

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

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

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

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

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

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