Html Css Color HEX #80388F Vivid Violet

📋 copy color: '#80388F'

red 128 ◦ green 56 ◦ blue 143

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

Shades of Vivid Violet #80388F

Tints of Vivid Violet #80388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 39.14%
G = 17.13%
B = 43.73%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80388F (or 0x80388F) is known color: Vivid Violet. HEX triplet: 80, 38 and 8F. RGB value is (128,56,143). Sum of RGB (Red+Green+Blue) = 128+56+143=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #80388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80388F is #7FC770. Grayscale: #575757. Windows color (decimal): -8374129 or 9386112. OLE color: 9386112.

HSL color Cylindrical-coordinate representation of color #80388F: hue angle of 289.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80388F is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 56 143 -
CMYK 0.10 0.61 0 0.44
HSL 289.66º 0.44% 0.39% -
HSV(B) 289.66º 0.61% 0.56% -
XYZ 15.27 9.4 27 -
YUV 87.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 128 56 143 0.10 0.61 0 0.44 289.66 0.44 0.39
Hex 80 38 8F A 3D 0 2C 122 2C 27
Octal 200 70 217 12 75 0 54 442 54 47
Binary 10000000 111000 10001111 1010 111101 0 101100 100100010 101100 100111

Color Harmonies of #80388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80388F

Black with #80388F

Text Example


Text Example

White with #80388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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