Html Css Color HEX #841D9D Vivid Violet

📋 copy color: '#841D9D'

red 132 ◦ green 29 ◦ blue 157

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

Shades of Vivid Violet #841D9D

Tints of Vivid Violet #841D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 41.51%
G = 9.12%
B = 49.37%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#841D9D (or 0x841D9D) is known color: Vivid Violet. HEX triplet: 84, 1D and 9D. RGB value is (132,29,157). Sum of RGB (Red+Green+Blue) = 132+29+157=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #841D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D9D is #7BE262. Grayscale: #494949. Windows color (decimal): -8118883 or 10296708. OLE color: 10296708.

HSL color Cylindrical-coordinate representation of color #841D9D: hue angle of 288.28º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841D9D is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 29 157 -
CMYK 0.16 0.82 0 0.38
HSL 288.28º 0.69% 0.36% -
HSV(B) 288.28º 0.82% 0.62% -
XYZ 16.04 8.22 32.64 -
YUV 74.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 132 29 157 0.16 0.82 0 0.38 288.28 0.69 0.36
Hex 84 1D 9D 10 52 0 26 120 45 24
Octal 204 35 235 20 122 0 46 440 105 44
Binary 10000100 11101 10011101 10000 1010010 0 100110 100100000 1000101 100100

Color Harmonies of #841D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D9D

Black with #841D9D

Text Example


Text Example

White with #841D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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