Html Css Color HEX #801D9E Vivid Violet

📋 copy color: '#801D9E'

red 128 ◦ green 29 ◦ blue 158

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

Shades of Vivid Violet #801D9E

Tints of Vivid Violet #801D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 40.63%
G = 9.21%
B = 50.16%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#801D9E (or 0x801D9E) is known color: Vivid Violet. HEX triplet: 80, 1D and 9E. RGB value is (128,29,158). Sum of RGB (Red+Green+Blue) = 128+29+158=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #801D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801D9E is #7FE261. Grayscale: #484848. Windows color (decimal): -8381026 or 10362240. OLE color: 10362240.

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

Color convert

RGB 128 29 158 -
CMYK 0.19 0.82 0 0.38
HSL 286.05º 0.69% 0.37% -
HSV(B) 286.05º 0.82% 0.62% -
XYZ 15.51 7.94 33.06 -
YUV 73.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 128 29 158 0.19 0.82 0 0.38 286.05 0.69 0.37
Hex 80 1D 9E 13 52 0 26 11E 45 25
Octal 200 35 236 23 122 0 46 436 105 45
Binary 10000000 11101 10011110 10011 1010010 0 100110 100011110 1000101 100101

Color Harmonies of #801D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D9E

Black with #801D9E

Text Example


Text Example

White with #801D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801D9E; }

 p { color: rgb(128,29,158); }

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

background-color css

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

 a { background-color: rgb(128,29,158); }

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

border-color css

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

 span { border-color: rgb(128,29,158); }

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