Html Css Color HEX #811D9D Vivid Violet

📋 copy color: '#811D9D'

red 129 ◦ green 29 ◦ blue 157

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

Shades of Vivid Violet #811D9D

Tints of Vivid Violet #811D9D

RGB

 RED value IS 129 (50.78% from 255) = 40.95%

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

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

R = 40.95%
G = 9.21%
B = 49.84%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#811D9D (or 0x811D9D) is known color: Vivid Violet. HEX triplet: 81, 1D and 9D. RGB value is (129,29,157). Sum of RGB (Red+Green+Blue) = 129+29+157=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #811D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811D9D is #7EE262. Grayscale: #494949. Windows color (decimal): -8315491 or 10296705. OLE color: 10296705.

HSL color Cylindrical-coordinate representation of color #811D9D: hue angle of 286.88º 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 #811D9D is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 29 157 -
CMYK 0.18 0.82 0 0.38
HSL 286.88º 0.69% 0.36% -
HSV(B) 286.88º 0.82% 0.62% -
XYZ 15.58 7.98 32.62 -
YUV 73.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 129 29 157 0.18 0.82 0 0.38 286.88 0.69 0.36
Hex 81 1D 9D 12 52 0 26 11F 45 24
Octal 201 35 235 22 122 0 46 437 105 44
Binary 10000001 11101 10011101 10010 1010010 0 100110 100011111 1000101 100100

Color Harmonies of #811D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D9D

Black with #811D9D

Text Example


Text Example

White with #811D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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