Html Css Color HEX #80309B Vivid Violet

📋 copy color: '#80309B'

red 128 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #80309B

Tints of Vivid Violet #80309B

RGB

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

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

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

R = 38.67%
G = 14.5%
B = 46.83%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80309B (or 0x80309B) is known color: Vivid Violet. HEX triplet: 80, 30 and 9B. RGB value is (128,48,155). Sum of RGB (Red+Green+Blue) = 128+48+155=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #80309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80309B is #7FCF64. Grayscale: #535353. Windows color (decimal): -8376165 or 10170496. OLE color: 10170496.

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

Color convert

RGB 128 48 155 -
CMYK 0.17 0.69 0 0.39
HSL 284.86º 0.53% 0.4% -
HSV(B) 284.86º 0.69% 0.61% -
XYZ 15.88 9.07 31.92 -
YUV 84.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 128 48 155 0.17 0.69 0 0.39 284.86 0.53 0.4
Hex 80 30 9B 11 45 0 27 11D 35 28
Octal 200 60 233 21 105 0 47 435 65 50
Binary 10000000 110000 10011011 10001 1000101 0 100111 100011101 110101 101000

Color Harmonies of #80309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80309B

Black with #80309B

Text Example


Text Example

White with #80309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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