#841bab

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

Shades of Vivid Violet #841BAB

Tints of Vivid Violet #841BAB

Color information

#841BAB (or 0x841BAB) is unknown color: approx Vivid Violet. HEX triplet: 84, 1B and AB. RGB value is (132,27,171). Sum of RGB (Red+Green+Blue) = 132+27+171=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #841BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841BAB is #7BE454. Grayscale: #4A4A4A. Windows color (decimal): -8119381 or 11213700. OLE color: 11213700.

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

Color convert

RGB13227171-
CMYK0.230.8400.33
HSL283.75º72.73%38.82%-
HSV(B)283.75º84.21%67.06%-
XYZ17.268.6339.28-
YUV74.81182.29168.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 27 (10.94% from 255) = 8.18%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=40%
G=8.18%
B=51.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132271710.230.8400.33283.7572.7338.82
Hex841BAB175402111c4927
Octal204332532712404143411147
Binary10000100110111010101110111101010001000011000111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,27,171); }

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

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

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

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

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

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

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