Html Css Color HEX #80249C Vivid Violet

📋 copy color: '#80249C'

red 128 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #80249C

Tints of Vivid Violet #80249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 40%
G = 11.25%
B = 48.75%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80249C (or 0x80249C) is known color: Vivid Violet. HEX triplet: 80, 24 and 9C. RGB value is (128,36,156). Sum of RGB (Red+Green+Blue) = 128+36+156=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #80249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80249C is #7FDB63. Grayscale: #4C4C4C. Windows color (decimal): -8379236 or 10232960. OLE color: 10232960.

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

Color convert

RGB 128 36 156 -
CMYK 0.18 0.77 0 0.39
HSL 286º 0.63% 0.38% -
HSV(B) 286º 0.77% 0.61% -
XYZ 15.53 8.25 32.23 -
YUV 77.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 128 36 156 0.18 0.77 0 0.39 286 0.63 0.38
Hex 80 24 9C 12 4D 0 27 11E 3E 26
Octal 200 44 234 22 115 0 47 436 76 46
Binary 10000000 100100 10011100 10010 1001101 0 100111 100011110 111110 100110

Color Harmonies of #80249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80249C

Black with #80249C

Text Example


Text Example

White with #80249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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