Html Css Color HEX #80389D Vivid Violet

📋 copy color: '#80389D'

red 128 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #80389D

Tints of Vivid Violet #80389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

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

R = 37.54%
G = 16.42%
B = 46.04%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80389D (or 0x80389D) is known color: Vivid Violet. HEX triplet: 80, 38 and 9D. RGB value is (128,56,157). Sum of RGB (Red+Green+Blue) = 128+56+157=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #80389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80389D is #7FC762. Grayscale: #585858. Windows color (decimal): -8374115 or 10303616. OLE color: 10303616.

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

Color convert

RGB 128 56 157 -
CMYK 0.18 0.64 0 0.38
HSL 282.77º 0.47% 0.42% -
HSV(B) 282.77º 0.64% 0.62% -
XYZ 16.4 9.85 32.94 -
YUV 89.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 128 56 157 0.18 0.64 0 0.38 282.77 0.47 0.42
Hex 80 38 9D 12 40 0 26 11B 2F 2A
Octal 200 70 235 22 100 0 46 433 57 52
Binary 10000000 111000 10011101 10010 1000000 0 100110 100011011 101111 101010

Color Harmonies of #80389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80389D

Black with #80389D

Text Example


Text Example

White with #80389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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