Html Css Color HEX #80288B Vivid Violet

📋 copy color: '#80288B'

red 128 ◦ green 40 ◦ blue 139

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

Shades of Vivid Violet #80288B

Tints of Vivid Violet #80288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 41.69%
G = 13.03%
B = 45.28%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80288B (or 0x80288B) is known color: Vivid Violet. HEX triplet: 80, 28 and 8B. RGB value is (128,40,139). Sum of RGB (Red+Green+Blue) = 128+40+139=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #80288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80288B is #7FD774. Grayscale: #4D4D4D. Windows color (decimal): -8378229 or 9119872. OLE color: 9119872.

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

Color convert

RGB 128 40 139 -
CMYK 0.08 0.71 0 0.45
HSL 293.33º 0.55% 0.35% -
HSV(B) 293.33º 0.71% 0.55% -
XYZ 14.32 7.97 25.21 -
YUV 77.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 128 40 139 0.08 0.71 0 0.45 293.33 0.55 0.35
Hex 80 28 8B 8 47 0 2D 125 37 23
Octal 200 50 213 10 107 0 55 445 67 43
Binary 10000000 101000 10001011 1000 1000111 0 101101 100100101 110111 100011

Color Harmonies of #80288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80288B

Black with #80288B

Text Example


Text Example

White with #80288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,40,139); }

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

background-color css

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

 a { background-color: rgb(128,40,139); }

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

border-color css

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

 span { border-color: rgb(128,40,139); }

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