Html Css Color HEX #80249B Vivid Violet

📋 copy color: '#80249B'

red 128 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #80249B

Tints of Vivid Violet #80249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 40.13%
G = 11.29%
B = 48.59%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80249B (or 0x80249B) is known color: Vivid Violet. HEX triplet: 80, 24 and 9B. RGB value is (128,36,155). Sum of RGB (Red+Green+Blue) = 128+36+155=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #80249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80249B is #7FDB64. Grayscale: #4C4C4C. Windows color (decimal): -8379237 or 10167424. OLE color: 10167424.

HSL color Cylindrical-coordinate representation of color #80249B: hue angle of 286.39º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80249B is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 36 155 -
CMYK 0.17 0.77 0 0.39
HSL 286.39º 0.62% 0.37% -
HSV(B) 286.39º 0.77% 0.61% -
XYZ 15.45 8.22 31.78 -
YUV 77.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 128 36 155 0.17 0.77 0 0.39 286.39 0.62 0.37
Hex 80 24 9B 11 4D 0 27 11E 3E 25
Octal 200 44 233 21 115 0 47 436 76 45
Binary 10000000 100100 10011011 10001 1001101 0 100111 100011110 111110 100101

Color Harmonies of #80249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80249B

Black with #80249B

Text Example


Text Example

White with #80249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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