Html Css Color HEX #804181 Vivid Violet

📋 copy color: '#804181'

red 128 ◦ green 65 ◦ blue 129

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

Shades of Vivid Violet #804181

Tints of Vivid Violet #804181

RGB

 RED value IS 128 (50.39% from 255) = 39.75%

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 39.75%
G = 20.19%
B = 40.06%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#804181 (or 0x804181) is known color: Vivid Violet. HEX triplet: 80, 41 and 81. RGB value is (128,65,129). Sum of RGB (Red+Green+Blue) = 128+65+129=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #804181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804181 is #7FBE7E. Grayscale: #5A5A5A. Windows color (decimal): -8371839 or 8470912. OLE color: 8470912.

HSL color Cylindrical-coordinate representation of color #804181: hue angle of 299.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804181 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 65 129 -
CMYK 0.01 0.50 0 0.49
HSL 299.06º 0.33% 0.38% -
HSV(B) 299.06º 0.5% 0.51% -
XYZ 14.75 9.95 21.91 -
YUV 91.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 128 65 129 0.01 0.50 0 0.49 299.06 0.33 0.38
Hex 80 41 81 1 32 0 31 12B 21 26
Octal 200 101 201 1 62 0 61 453 41 46
Binary 10000000 1000001 10000001 1 110010 0 110001 100101011 100001 100110

Color Harmonies of #804181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804181

Black with #804181

Text Example


Text Example

White with #804181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804181; }

 p { color: rgb(128,65,129); }

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

background-color css

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

 a { background-color: rgb(128,65,129); }

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

border-color css

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

 span { border-color: rgb(128,65,129); }

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