Html Css Color HEX #841D9A Vivid Violet

📋 copy color: '#841D9A'

red 132 ◦ green 29 ◦ blue 154

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

Shades of Vivid Violet #841D9A

Tints of Vivid Violet #841D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.89%

R = 41.9%
G = 9.21%
B = 48.89%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#841D9A (or 0x841D9A) is known color: Vivid Violet. HEX triplet: 84, 1D and 9A. RGB value is (132,29,154). Sum of RGB (Red+Green+Blue) = 132+29+154=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #841D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D9A is #7BE265. Grayscale: #494949. Windows color (decimal): -8118886 or 10100100. OLE color: 10100100.

HSL color Cylindrical-coordinate representation of color #841D9A: hue angle of 289.44º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841D9A is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 29 154 -
CMYK 0.14 0.81 0 0.40
HSL 289.44º 0.68% 0.36% -
HSV(B) 289.44º 0.81% 0.6% -
XYZ 15.79 8.12 31.31 -
YUV 74.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 132 29 154 0.14 0.81 0 0.40 289.44 0.68 0.36
Hex 84 1D 9A E 51 0 28 121 44 24
Octal 204 35 232 16 121 0 50 441 104 44
Binary 10000100 11101 10011010 1110 1010001 0 101000 100100001 1000100 100100

Color Harmonies of #841D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D9A

Black with #841D9A

Text Example


Text Example

White with #841D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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