Html Css Color HEX #80308B Vivid Violet

📋 copy color: '#80308B'

red 128 ◦ green 48 ◦ blue 139

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

Shades of Vivid Violet #80308B

Tints of Vivid Violet #80308B

RGB

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

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

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

R = 40.63%
G = 15.24%
B = 44.13%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80308B (or 0x80308B) is known color: Vivid Violet. HEX triplet: 80, 30 and 8B. RGB value is (128,48,139). Sum of RGB (Red+Green+Blue) = 128+48+139=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #80308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80308B is #7FCF74. Grayscale: #525252. Windows color (decimal): -8376181 or 9121920. OLE color: 9121920.

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

Color convert

RGB 128 48 139 -
CMYK 0.08 0.65 0 0.45
HSL 292.75º 0.49% 0.37% -
HSV(B) 292.75º 0.65% 0.55% -
XYZ 14.62 8.57 25.31 -
YUV 82.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 128 48 139 0.08 0.65 0 0.45 292.75 0.49 0.37
Hex 80 30 8B 8 41 0 2D 125 31 25
Octal 200 60 213 10 101 0 55 445 61 45
Binary 10000000 110000 10001011 1000 1000001 0 101101 100100101 110001 100101

Color Harmonies of #80308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80308B

Black with #80308B

Text Example


Text Example

White with #80308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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