#844284

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

Shades of Vivid Violet #844284

Tints of Vivid Violet #844284

Color information

#844284 (or 0x844284) is unknown color: approx Vivid Violet. HEX triplet: 84, 42 and 84. RGB value is (132,66,132). Sum of RGB (Red+Green+Blue) = 132+66+132=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844284 is #7BBD7B. Grayscale: #5D5D5D. Windows color (decimal): -8109436 or 8667780. OLE color: 8667780.

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

Color convert

RGB13266132-
CMYK00.500.48
HSL300º33.33%38.82%-
HSV(B)300º50%51.76%-
XYZ15.6310.4723.03-
YUV93.26149.87155.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 132 (51.95% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326613200.500.4830033.3338.82
Hex84428403203012c2127
Octal2041022040620604544147
Binary1000010010000101000010001100100110000100101100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844284; }

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

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

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

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

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

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

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

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