Html Css Color HEX #80249D Vivid Violet

📋 copy color: '#80249D'

red 128 ◦ green 36 ◦ blue 157

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

Shades of Vivid Violet #80249D

Tints of Vivid Violet #80249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 39.88%
G = 11.21%
B = 48.91%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80249D (or 0x80249D) is known color: Vivid Violet. HEX triplet: 80, 24 and 9D. RGB value is (128,36,157). Sum of RGB (Red+Green+Blue) = 128+36+157=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #80249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80249D is #7FDB62. Grayscale: #4C4C4C. Windows color (decimal): -8379235 or 10298496. OLE color: 10298496.

HSL color Cylindrical-coordinate representation of color #80249D: hue angle of 285.62º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80249D is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 36 157 -
CMYK 0.18 0.77 0 0.38
HSL 285.62º 0.63% 0.38% -
HSV(B) 285.62º 0.77% 0.62% -
XYZ 15.62 8.29 32.67 -
YUV 77.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 128 36 157 0.18 0.77 0 0.38 285.62 0.63 0.38
Hex 80 24 9D 12 4D 0 26 11E 3F 26
Octal 200 44 235 22 115 0 46 436 77 46
Binary 10000000 100100 10011101 10010 1001101 0 100110 100011110 111111 100110

Color Harmonies of #80249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80249D

Black with #80249D

Text Example


Text Example

White with #80249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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