Html Css Color HEX #80388B Vivid Violet

📋 copy color: '#80388B'

red 128 ◦ green 56 ◦ blue 139

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

Shades of Vivid Violet #80388B

Tints of Vivid Violet #80388B

RGB

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

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

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

R = 39.63%
G = 17.34%
B = 43.03%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80388B (or 0x80388B) is known color: Vivid Violet. HEX triplet: 80, 38 and 8B. RGB value is (128,56,139). Sum of RGB (Red+Green+Blue) = 128+56+139=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #80388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80388B is #7FC774. Grayscale: #565656. Windows color (decimal): -8374133 or 9123968. OLE color: 9123968.

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

Color convert

RGB 128 56 139 -
CMYK 0.08 0.60 0 0.45
HSL 292.05º 0.43% 0.38% -
HSV(B) 292.05º 0.6% 0.55% -
XYZ 14.98 9.28 25.43 -
YUV 86.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 128 56 139 0.08 0.60 0 0.45 292.05 0.43 0.38
Hex 80 38 8B 8 3C 0 2D 124 2B 26
Octal 200 70 213 10 74 0 55 444 53 46
Binary 10000000 111000 10001011 1000 111100 0 101101 100100100 101011 100110

Color Harmonies of #80388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80388B

Black with #80388B

Text Example


Text Example

White with #80388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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