Html Css Color HEX #841CAB Vivid Violet

📋 copy color: '#841CAB'

red 132 ◦ green 28 ◦ blue 171

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

Shades of Vivid Violet #841CAB

Tints of Vivid Violet #841CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

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

R = 39.88%
G = 8.46%
B = 51.66%

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

#841CAB (or 0x841CAB) is known color: Vivid Violet. HEX triplet: 84, 1C and AB. RGB value is (132,28,171). Sum of RGB (Red+Green+Blue) = 132+28+171=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #841CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841CAB is #7BE354. Grayscale: #4A4A4A. Windows color (decimal): -8119125 or 11213956. OLE color: 11213956.

HSL color Cylindrical-coordinate representation of color #841CAB: hue angle of 283.64º degrees, saturation: 0.72, 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 #841CAB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 28 171 -
CMYK 0.23 0.84 0 0.33
HSL 283.64º 0.72% 0.39% -
HSV(B) 283.64º 0.84% 0.67% -
XYZ 17.28 8.68 39.29 -
YUV 75.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 132 28 171 0.23 0.84 0 0.33 283.64 0.72 0.39
Hex 84 1C AB 17 54 0 21 11C 48 27
Octal 204 34 253 27 124 0 41 434 110 47
Binary 10000100 11100 10101011 10111 1010100 0 100001 100011100 1001000 100111

Color Harmonies of #841CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CAB

Black with #841CAB

Text Example


Text Example

White with #841CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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