#844184

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

Shades of Vivid Violet #844184

Tints of Vivid Violet #844184

Color information

#844184 (or 0x844184) is unknown color: approx Vivid Violet. HEX triplet: 84, 41 and 84. RGB value is (132,65,132). Sum of RGB (Red+Green+Blue) = 132+65+132=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844184 is #7BBE7B. Grayscale: #5C5C5C. Windows color (decimal): -8109692 or 8667524. OLE color: 8667524.

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

Color convert

RGB13265132-
CMYK00.5100.48
HSL300º34.01%38.63%-
HSV(B)300º50.76%51.76%-
XYZ15.5710.3523.01-
YUV92.67150.2156.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=40.12%
G=19.76%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326513200.5100.4830034.0138.63
Hex84418403303012c2227
Octal2041012040630604544247
Binary1000010010000011000010001100110110000100101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844184; }

 p { color: rgb(132,65,132); }

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

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

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

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

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

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

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