Html Css Color HEX #841DAB Vivid Violet

📋 copy color: '#841DAB'

red 132 ◦ green 29 ◦ blue 171

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

Shades of Vivid Violet #841DAB

Tints of Vivid Violet #841DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

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

R = 39.76%
G = 8.73%
B = 51.51%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#841DAB (or 0x841DAB) is known color: Vivid Violet. HEX triplet: 84, 1D and AB. RGB value is (132,29,171). Sum of RGB (Red+Green+Blue) = 132+29+171=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #841DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DAB is #7BE254. Grayscale: #4B4B4B. Windows color (decimal): -8118869 or 11214212. OLE color: 11214212.

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

Color convert

RGB 132 29 171 -
CMYK 0.23 0.83 0 0.33
HSL 283.52º 0.71% 0.39% -
HSV(B) 283.52º 0.83% 0.67% -
XYZ 17.31 8.72 39.3 -
YUV 75.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 132 29 171 0.23 0.83 0 0.33 283.52 0.71 0.39
Hex 84 1D AB 17 53 0 21 11C 47 27
Octal 204 35 253 27 123 0 41 434 107 47
Binary 10000100 11101 10101011 10111 1010011 0 100001 100011100 1000111 100111

Color Harmonies of #841DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DAB

Black with #841DAB

Text Example


Text Example

White with #841DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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