#844C92

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

Shades of Vivid Violet #844C92

Tints of Vivid Violet #844C92

Color information

#844C92 (or 0x844C92) is unknown color: approx Vivid Violet. HEX triplet: 84, 4C and 92. RGB value is (132,76,146). Sum of RGB (Red+Green+Blue) = 132+76+146=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #844C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C92 is #7BB36D. Grayscale: #646464. Windows color (decimal): -8106862 or 9587844. OLE color: 9587844.

HSL color Cylindrical-coordinate representation of color #844C92: hue angle of 288º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844C92 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13276146-
CMYK0.100.4800.43
HSL288º31.53%43.53%-
HSV(B)288º47.95%57.25%-
XYZ17.2912.1528.63-
YUV100.72153.55150.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=37.29%
G=21.47%
B=41.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132761460.100.4800.4328831.5343.53
Hex844C92A3002B120202c
Octal20411422212600534404054
Binary1000010010011001001001010101100000101011100100000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,76,146); }

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

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

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

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

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

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

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