Html Css Color HEX #841FAD Vivid Violet

📋 copy color: '#841FAD'

red 132 ◦ green 31 ◦ blue 173

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

Shades of Vivid Violet #841FAD

Tints of Vivid Violet #841FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 39.29%
G = 9.23%
B = 51.49%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#841FAD (or 0x841FAD) is known color: Vivid Violet. HEX triplet: 84, 1F and AD. RGB value is (132,31,173). Sum of RGB (Red+Green+Blue) = 132+31+173=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #841FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841FAD is #7BE052. Grayscale: #4C4C4C. Windows color (decimal): -8118355 or 11345796. OLE color: 11345796.

HSL color Cylindrical-coordinate representation of color #841FAD: hue angle of 282.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841FAD is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 31 173 -
CMYK 0.24 0.82 0 0.32
HSL 282.68º 0.7% 0.4% -
HSV(B) 282.68º 0.82% 0.68% -
XYZ 17.55 8.9 40.33 -
YUV 77.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 132 31 173 0.24 0.82 0 0.32 282.68 0.7 0.4
Hex 84 1F AD 18 52 0 20 11B 46 28
Octal 204 37 255 30 122 0 40 433 106 50
Binary 10000100 11111 10101101 11000 1010010 0 100000 100011011 1000110 101000

Color Harmonies of #841FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841FAD

Black with #841FAD

Text Example


Text Example

White with #841FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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