Html Css Color HEX #841BAB Vivid Violet

📋 copy color: '#841BAB'

red 132 ◦ green 27 ◦ blue 171

#841BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #841BAB

Tints of Vivid Violet #841BAB

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 value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#841BAB (or 0x841BAB) is known color: 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

RGB 132 27 171 -
CMYK 0.23 0.84 0 0.33
HSL 283.75º 0.73% 0.39% -
HSV(B) 283.75º 0.84% 0.67% -
XYZ 17.26 8.63 39.28 -
YUV 74.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 132 27 171 0.23 0.84 0 0.33 283.75 0.73 0.39
Hex 84 1B AB 17 54 0 21 11C 49 27
Octal 204 33 253 27 124 0 41 434 111 47
Binary 10000100 11011 10101011 10111 1010100 0 100001 100011100 1001001 100111

Color Harmonies of #841BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841BAB

Black with #841BAB

Text Example


Text Example

White with #841BAB

Text Example


Text Example

HTML Codes & Css Web 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>