Html Css Color HEX #80308D Vivid Violet

📋 copy color: '#80308D'

red 128 ◦ green 48 ◦ blue 141

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

Shades of Vivid Violet #80308D

Tints of Vivid Violet #80308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 40.38%
G = 15.14%
B = 44.48%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80308D (or 0x80308D) is known color: Vivid Violet. HEX triplet: 80, 30 and 8D. RGB value is (128,48,141). Sum of RGB (Red+Green+Blue) = 128+48+141=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #80308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80308D is #7FCF72. Grayscale: #525252. Windows color (decimal): -8376179 or 9252992. OLE color: 9252992.

HSL color Cylindrical-coordinate representation of color #80308D: hue angle of 291.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80308D is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 48 141 -
CMYK 0.09 0.66 0 0.45
HSL 291.61º 0.49% 0.37% -
HSV(B) 291.61º 0.66% 0.55% -
XYZ 14.77 8.63 26.09 -
YUV 82.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 128 48 141 0.09 0.66 0 0.45 291.61 0.49 0.37
Hex 80 30 8D 9 42 0 2D 124 31 25
Octal 200 60 215 11 102 0 55 444 61 45
Binary 10000000 110000 10001101 1001 1000010 0 101101 100100100 110001 100101

Color Harmonies of #80308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80308D

Black with #80308D

Text Example


Text Example

White with #80308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,48,141); }

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

background-color css

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

 a { background-color: rgb(128,48,141); }

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

border-color css

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

 span { border-color: rgb(128,48,141); }

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