#844282

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

Shades of Vivid Violet #844282

Tints of Vivid Violet #844282

Color information

#844282 (or 0x844282) is unknown color: approx Vivid Violet. HEX triplet: 84, 42 and 82. RGB value is (132,66,130). Sum of RGB (Red+Green+Blue) = 132+66+130=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844282 is #7BBD7D. Grayscale: #5C5C5C. Windows color (decimal): -8109438 or 8536708. OLE color: 8536708.

HSL color Cylindrical-coordinate representation of color #844282: hue angle of 301.82º 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 #844282 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13266130-
CMYK00.50.020.48
HSL301.82º33.33%38.82%-
HSV(B)301.82º50%51.76%-
XYZ15.4910.4122.31-
YUV93.03148.87155.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=40.24%
G=20.12%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326613000.50.020.48301.8233.3338.82
Hex84428203223012e2127
Octal2041022020622604564147
Binary10000100100001010000010011001010110000100101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844282; }

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

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

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

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

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

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

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

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