Html Css Color HEX #80389F Vivid Violet

📋 copy color: '#80389F'

red 128 ◦ green 56 ◦ blue 159

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

Shades of Vivid Violet #80389F

Tints of Vivid Violet #80389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 37.32%
G = 16.33%
B = 46.36%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80389F (or 0x80389F) is known color: Vivid Violet. HEX triplet: 80, 38 and 9F. RGB value is (128,56,159). Sum of RGB (Red+Green+Blue) = 128+56+159=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #80389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80389F is #7FC760. Grayscale: #585858. Windows color (decimal): -8374113 or 10434688. OLE color: 10434688.

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

Color convert

RGB 128 56 159 -
CMYK 0.19 0.65 0 0.38
HSL 281.94º 0.48% 0.42% -
HSV(B) 281.94º 0.65% 0.62% -
XYZ 16.57 9.92 33.84 -
YUV 89.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 128 56 159 0.19 0.65 0 0.38 281.94 0.48 0.42
Hex 80 38 9F 13 41 0 26 11A 30 2A
Octal 200 70 237 23 101 0 46 432 60 52
Binary 10000000 111000 10011111 10011 1000001 0 100110 100011010 110000 101010

Color Harmonies of #80389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80389F

Black with #80389F

Text Example


Text Example

White with #80389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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