#841FAA

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

Shades of Vivid Violet #841FAA

Tints of Vivid Violet #841FAA

Color information

#841FAA (or 0x841FAA) is unknown color: approx Vivid Violet. HEX triplet: 84, 1F and AA. RGB value is (132,31,170). Sum of RGB (Red+Green+Blue) = 132+31+170=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #841FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841FAA is #7BE055. Grayscale: #4C4C4C. Windows color (decimal): -8118358 or 11149188. OLE color: 11149188.

HSL color Cylindrical-coordinate representation of color #841FAA: hue angle of 283.6º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841FAA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13231170-
CMYK0.220.8200.33
HSL283.6º69.15%39.41%-
HSV(B)283.6º81.76%66.67%-
XYZ17.268.7938.82-
YUV77.04180.46167.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=39.64%
G=9.31%
B=51.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132311700.220.8200.33283.669.1539.41
Hex841FAA165202111c4527
Octal204372522612204143410547
Binary10000100111111010101010110101001001000011000111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841FAA; }

 p { color: rgb(132,31,170); }

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

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

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

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

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

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

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