Html Css Color HEX #841FAB Vivid Violet

📋 copy color: '#841FAB'

red 132 ◦ green 31 ◦ blue 171

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

Shades of Vivid Violet #841FAB

Tints of Vivid Violet #841FAB

RGB

 RED value IS 132 (51.95% from 255) = 39.52%

 GREEN value IS 31 (12.5% from 255) = 9.28%

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 39.52%
G = 9.28%
B = 51.2%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#841FAB (or 0x841FAB) is known color: Vivid Violet. HEX triplet: 84, 1F and AB. RGB value is (132,31,171). Sum of RGB (Red+Green+Blue) = 132+31+171=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #841FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841FAB is #7BE054. Grayscale: #4C4C4C. Windows color (decimal): -8118357 or 11214724. OLE color: 11214724.

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

Color convert

RGB 132 31 171 -
CMYK 0.23 0.82 0 0.33
HSL 283.29º 0.69% 0.4% -
HSV(B) 283.29º 0.82% 0.67% -
XYZ 17.36 8.83 39.32 -
YUV 77.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 132 31 171 0.23 0.82 0 0.33 283.29 0.69 0.4
Hex 84 1F AB 17 52 0 21 11B 45 28
Octal 204 37 253 27 122 0 41 433 105 50
Binary 10000100 11111 10101011 10111 1010010 0 100001 100011011 1000101 101000

Color Harmonies of #841FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841FAB

Black with #841FAB

Text Example


Text Example

White with #841FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #841FAB;
 }
 .AnyTagClassName
 {
   color: #841FAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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