Html Css Color HEX #841DAE Vivid Violet

📋 copy color: '#841DAE'

red 132 ◦ green 29 ◦ blue 174

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

Shades of Vivid Violet #841DAE

Tints of Vivid Violet #841DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 39.4%
G = 8.66%
B = 51.94%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#841DAE (or 0x841DAE) is known color: Vivid Violet. HEX triplet: 84, 1D and AE. RGB value is (132,29,174). Sum of RGB (Red+Green+Blue) = 132+29+174=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #841DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DAE is #7BE251. Grayscale: #4B4B4B. Windows color (decimal): -8118866 or 11410820. OLE color: 11410820.

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

Color convert

RGB 132 29 174 -
CMYK 0.24 0.83 0 0.32
HSL 282.62º 0.71% 0.4% -
HSV(B) 282.62º 0.83% 0.68% -
XYZ 17.6 8.84 40.82 -
YUV 76.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 132 29 174 0.24 0.83 0 0.32 282.62 0.71 0.4
Hex 84 1D AE 18 53 0 20 11B 47 28
Octal 204 35 256 30 123 0 40 433 107 50
Binary 10000100 11101 10101110 11000 1010011 0 100000 100011011 1000111 101000

Color Harmonies of #841DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DAE

Black with #841DAE

Text Example


Text Example

White with #841DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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