Html Css Color HEX #80298D Vivid Violet

📋 copy color: '#80298D'

red 128 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #80298D

Tints of Vivid Violet #80298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 41.29%
G = 13.23%
B = 45.48%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80298D (or 0x80298D) is known color: Vivid Violet. HEX triplet: 80, 29 and 8D. RGB value is (128,41,141). Sum of RGB (Red+Green+Blue) = 128+41+141=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #80298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80298D is #7FD672. Grayscale: #4E4E4E. Windows color (decimal): -8377971 or 9251200. OLE color: 9251200.

HSL color Cylindrical-coordinate representation of color #80298D: hue angle of 292.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80298D is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 41 141 -
CMYK 0.09 0.71 0 0.45
HSL 292.2º 0.55% 0.36% -
HSV(B) 292.2º 0.71% 0.55% -
XYZ 14.5 8.1 26 -
YUV 78.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 128 41 141 0.09 0.71 0 0.45 292.2 0.55 0.36
Hex 80 29 8D 9 47 0 2D 124 37 24
Octal 200 51 215 11 107 0 55 444 67 44
Binary 10000000 101001 10001101 1001 1000111 0 101101 100100100 110111 100100

Color Harmonies of #80298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80298D

Black with #80298D

Text Example


Text Example

White with #80298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80298D; }

 p { color: rgb(128,41,141); }

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

background-color css

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

 a { background-color: rgb(128,41,141); }

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

border-color css

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

 span { border-color: rgb(128,41,141); }

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