Html Css Color HEX #80309D Vivid Violet

📋 copy color: '#80309D'

red 128 ◦ green 48 ◦ blue 157

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

Shades of Vivid Violet #80309D

Tints of Vivid Violet #80309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 38.44%
G = 14.41%
B = 47.15%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80309D (or 0x80309D) is known color: Vivid Violet. HEX triplet: 80, 30 and 9D. RGB value is (128,48,157). Sum of RGB (Red+Green+Blue) = 128+48+157=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #80309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80309D is #7FCF62. Grayscale: #535353. Windows color (decimal): -8376163 or 10301568. OLE color: 10301568.

HSL color Cylindrical-coordinate representation of color #80309D: hue angle of 284.04º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80309D is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 48 157 -
CMYK 0.18 0.69 0 0.38
HSL 284.04º 0.53% 0.4% -
HSV(B) 284.04º 0.69% 0.62% -
XYZ 16.04 9.14 32.82 -
YUV 84.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 128 48 157 0.18 0.69 0 0.38 284.04 0.53 0.4
Hex 80 30 9D 12 45 0 26 11C 35 28
Octal 200 60 235 22 105 0 46 434 65 50
Binary 10000000 110000 10011101 10010 1000101 0 100110 100011100 110101 101000

Color Harmonies of #80309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80309D

Black with #80309D

Text Example


Text Example

White with #80309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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