Html Css Color HEX #801993 Vivid Violet

📋 copy color: '#801993'

red 128 ◦ green 25 ◦ blue 147

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

Shades of Vivid Violet #801993

Tints of Vivid Violet #801993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 42.67%
G = 8.33%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801993 (or 0x801993) is known color: Vivid Violet. HEX triplet: 80, 19 and 93. RGB value is (128,25,147). Sum of RGB (Red+Green+Blue) = 128+25+147=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #801993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801993 is #7FE66C. Grayscale: #454545. Windows color (decimal): -8382061 or 9640320. OLE color: 9640320.

HSL color Cylindrical-coordinate representation of color #801993: hue angle of 290.66º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801993 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 25 147 -
CMYK 0.13 0.83 0 0.42
HSL 290.66º 0.71% 0.34% -
HSV(B) 290.66º 0.83% 0.58% -
XYZ 14.52 7.39 28.27 -
YUV 69.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 128 25 147 0.13 0.83 0 0.42 290.66 0.71 0.34
Hex 80 19 93 D 53 0 2A 123 47 22
Octal 200 31 223 15 123 0 52 443 107 42
Binary 10000000 11001 10010011 1101 1010011 0 101010 100100011 1000111 100010

Color Harmonies of #801993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801993

Black with #801993

Text Example


Text Example

White with #801993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801993; }

 p { color: rgb(128,25,147); }

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

background-color css

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

 a { background-color: rgb(128,25,147); }

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

border-color css

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

 span { border-color: rgb(128,25,147); }

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