Html Css Color HEX #841E96 Vivid Violet

📋 copy color: '#841E96'

red 132 ◦ green 30 ◦ blue 150

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

Shades of Vivid Violet #841E96

Tints of Vivid Violet #841E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.62%

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

R = 42.31%
G = 9.62%
B = 48.08%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#841E96 (or 0x841E96) is known color: Vivid Violet. HEX triplet: 84, 1E and 96. RGB value is (132,30,150). Sum of RGB (Red+Green+Blue) = 132+30+150=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #841E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E96 is #7BE169. Grayscale: #494949. Windows color (decimal): -8118634 or 9838212. OLE color: 9838212.

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

Color convert

RGB 132 30 150 -
CMYK 0.12 0.80 0 0.41
HSL 291º 0.67% 0.35% -
HSV(B) 291º 0.8% 0.59% -
XYZ 15.49 8.04 29.59 -
YUV 74.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 132 30 150 0.12 0.80 0 0.41 291 0.67 0.35
Hex 84 1E 96 C 50 0 29 123 43 23
Octal 204 36 226 14 120 0 51 443 103 43
Binary 10000100 11110 10010110 1100 1010000 0 101001 100100011 1000011 100011

Color Harmonies of #841E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E96

Black with #841E96

Text Example


Text Example

White with #841E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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