#844384

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

Shades of Vivid Violet #844384

Tints of Vivid Violet #844384

Color information

#844384 (or 0x844384) is unknown color: approx Vivid Violet. HEX triplet: 84, 43 and 84. RGB value is (132,67,132). Sum of RGB (Red+Green+Blue) = 132+67+132=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844384 is #7BBC7B. Grayscale: #5D5D5D. Windows color (decimal): -8109180 or 8668036. OLE color: 8668036.

HSL color Cylindrical-coordinate representation of color #844384: 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.49%. Process color model (Four color, CMYK) of #844384 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13267132-
CMYK00.4900.48
HSL300º32.66%39.02%-
HSV(B)300º49.24%51.76%-
XYZ15.6910.5923.05-
YUV93.84149.53155.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=39.88%
G=20.24%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326713200.4900.4830032.6639.02
Hex84438403103012c2127
Octal2041032040610604544147
Binary1000010010000111000010001100010110000100101100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844384; }

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

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

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

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

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

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

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

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