#841CA6

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

Shades of Vivid Violet #841CA6

Tints of Vivid Violet #841CA6

Color information

#841CA6 (or 0x841CA6) is unknown color: approx Vivid Violet. HEX triplet: 84, 1C and A6. RGB value is (132,28,166). Sum of RGB (Red+Green+Blue) = 132+28+166=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #841CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841CA6 is #7BE359. Grayscale: #4A4A4A. Windows color (decimal): -8119130 or 10886276. OLE color: 10886276.

HSL color Cylindrical-coordinate representation of color #841CA6: hue angle of 285.22º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841CA6 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13228166-
CMYK0.200.8300.35
HSL285.22º71.13%38.04%-
HSV(B)285.22º83.13%65.1%-
XYZ16.818.4936.83-
YUV74.83179.46168.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 166 (65.23% from 255) = 50.92%
R=40.49%
G=8.59%
B=50.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132281660.200.8300.35285.2271.1338.04
Hex841CA6145302311d4726
Octal204342462412304343510746
Binary10000100111001010011010100101001101000111000111011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,28,166); }

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

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

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

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

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

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

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