Html Css Color HEX #80369B Vivid Violet

📋 copy color: '#80369B'

red 128 ◦ green 54 ◦ blue 155

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

Shades of Vivid Violet #80369B

Tints of Vivid Violet #80369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 37.98%
G = 16.02%
B = 45.99%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80369B (or 0x80369B) is known color: Vivid Violet. HEX triplet: 80, 36 and 9B. RGB value is (128,54,155). Sum of RGB (Red+Green+Blue) = 128+54+155=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #80369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80369B is #7FC964. Grayscale: #575757. Windows color (decimal): -8374629 or 10172032. OLE color: 10172032.

HSL color Cylindrical-coordinate representation of color #80369B: hue angle of 283.96º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80369B is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 54 155 -
CMYK 0.17 0.65 0 0.39
HSL 283.96º 0.48% 0.41% -
HSV(B) 283.96º 0.65% 0.61% -
XYZ 16.14 9.59 32.01 -
YUV 87.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 128 54 155 0.17 0.65 0 0.39 283.96 0.48 0.41
Hex 80 36 9B 11 41 0 27 11C 30 29
Octal 200 66 233 21 101 0 47 434 60 51
Binary 10000000 110110 10011011 10001 1000001 0 100111 100011100 110000 101001

Color Harmonies of #80369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80369B

Black with #80369B

Text Example


Text Example

White with #80369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,54,155); }

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

background-color css

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

 a { background-color: rgb(128,54,155); }

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

border-color css

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

 span { border-color: rgb(128,54,155); }

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