Html Css Color HEX #802193 Vivid Violet

📋 copy color: '#802193'

red 128 ◦ green 33 ◦ blue 147

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

Shades of Vivid Violet #802193

Tints of Vivid Violet #802193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 41.56%
G = 10.71%
B = 47.73%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#802193 (or 0x802193) is known color: Vivid Violet. HEX triplet: 80, 21 and 93. RGB value is (128,33,147). Sum of RGB (Red+Green+Blue) = 128+33+147=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #802193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802193 is #7FDE6C. Grayscale: #4A4A4A. Windows color (decimal): -8380013 or 9642368. OLE color: 9642368.

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

Color convert

RGB 128 33 147 -
CMYK 0.13 0.78 0 0.42
HSL 290º 0.63% 0.35% -
HSV(B) 290º 0.78% 0.58% -
XYZ 14.71 7.78 28.33 -
YUV 74.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 128 33 147 0.13 0.78 0 0.42 290 0.63 0.35
Hex 80 21 93 D 4E 0 2A 122 3F 23
Octal 200 41 223 15 116 0 52 442 77 43
Binary 10000000 100001 10010011 1101 1001110 0 101010 100100010 111111 100011

Color Harmonies of #802193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802193

Black with #802193

Text Example


Text Example

White with #802193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802193; }

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

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

background-color css

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

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

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

border-color css

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

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

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