Html Css Color HEX #801A9D Vivid Violet

📋 copy color: '#801A9D'

red 128 ◦ green 26 ◦ blue 157

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

Shades of Vivid Violet #801A9D

Tints of Vivid Violet #801A9D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.36%

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

R = 41.16%
G = 8.36%
B = 50.48%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#801A9D (or 0x801A9D) is known color: Vivid Violet. HEX triplet: 80, 1A and 9D. RGB value is (128,26,157). Sum of RGB (Red+Green+Blue) = 128+26+157=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #801A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A9D is #7FE562. Grayscale: #474747. Windows color (decimal): -8381795 or 10295936. OLE color: 10295936.

HSL color Cylindrical-coordinate representation of color #801A9D: hue angle of 286.72º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801A9D is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 26 157 -
CMYK 0.18 0.83 0 0.38
HSL 286.72º 0.72% 0.36% -
HSV(B) 286.72º 0.83% 0.62% -
XYZ 15.36 7.76 32.59 -
YUV 71.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 128 26 157 0.18 0.83 0 0.38 286.72 0.72 0.36
Hex 80 1A 9D 12 53 0 26 11F 48 24
Octal 200 32 235 22 123 0 46 437 110 44
Binary 10000000 11010 10011101 10010 1010011 0 100110 100011111 1001000 100100

Color Harmonies of #801A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801A9D

Black with #801A9D

Text Example


Text Example

White with #801A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,26,157); }

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

background-color css

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

 a { background-color: rgb(128,26,157); }

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

border-color css

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

 span { border-color: rgb(128,26,157); }

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