Html Css Color HEX #811CA4 Vivid Violet

📋 copy color: '#811CA4'

red 129 ◦ green 28 ◦ blue 164

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

Shades of Vivid Violet #811CA4

Tints of Vivid Violet #811CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

 BLUE value IS 164 (64.45% from 255) = 51.09%

R = 40.19%
G = 8.72%
B = 51.09%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#811CA4 (or 0x811CA4) is known color: Vivid Violet. HEX triplet: 81, 1C and A4. RGB value is (129,28,164). Sum of RGB (Red+Green+Blue) = 129+28+164=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #811CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811CA4 is #7EE35B. Grayscale: #494949. Windows color (decimal): -8315740 or 10755201. OLE color: 10755201.

HSL color Cylindrical-coordinate representation of color #811CA4: hue angle of 284.56º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811CA4 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 28 164 -
CMYK 0.21 0.83 0 0.36
HSL 284.56º 0.71% 0.38% -
HSV(B) 284.56º 0.83% 0.64% -
XYZ 16.17 8.18 35.85 -
YUV 73.7 178.96 167.44 -
System Red Green Blue C M Y K H S L
Decimal 129 28 164 0.21 0.83 0 0.36 284.56 0.71 0.38
Hex 81 1C A4 15 53 0 24 11D 47 26
Octal 201 34 244 25 123 0 44 435 107 46
Binary 10000001 11100 10100100 10101 1010011 0 100100 100011101 1000111 100110

Color Harmonies of #811CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811CA4

Black with #811CA4

Text Example


Text Example

White with #811CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,28,164); }

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

background-color css

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

 a { background-color: rgb(129,28,164); }

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

border-color css

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

 span { border-color: rgb(129,28,164); }

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