Html Css Color HEX #841D96 Vivid Violet

📋 copy color: '#841D96'

red 132 ◦ green 29 ◦ blue 150

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

Shades of Vivid Violet #841D96

Tints of Vivid Violet #841D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 42.44%
G = 9.32%
B = 48.23%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#841D96 (or 0x841D96) is known color: Vivid Violet. HEX triplet: 84, 1D and 96. RGB value is (132,29,150). Sum of RGB (Red+Green+Blue) = 132+29+150=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #841D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D96 is #7BE269. Grayscale: #494949. Windows color (decimal): -8118890 or 9837956. OLE color: 9837956.

HSL color Cylindrical-coordinate representation of color #841D96: hue angle of 291.07º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841D96 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 29 150 -
CMYK 0.12 0.81 0 0.41
HSL 291.07º 0.68% 0.35% -
HSV(B) 291.07º 0.81% 0.59% -
XYZ 15.46 7.99 29.58 -
YUV 73.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 132 29 150 0.12 0.81 0 0.41 291.07 0.68 0.35
Hex 84 1D 96 C 51 0 29 123 44 23
Octal 204 35 226 14 121 0 51 443 104 43
Binary 10000100 11101 10010110 1100 1010001 0 101001 100100011 1000100 100011

Color Harmonies of #841D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D96

Black with #841D96

Text Example


Text Example

White with #841D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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