Html Css Color HEX #80499B Studio

📋 copy color: '#80499B'

red 128 ◦ green 73 ◦ blue 155

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

Shades of Studio #80499B

Tints of Studio #80499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

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

R = 35.96%
G = 20.51%
B = 43.54%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80499B (or 0x80499B) is known color: Studio. HEX triplet: 80, 49 and 9B. RGB value is (128,73,155). Sum of RGB (Red+Green+Blue) = 128+73+155=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #80499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80499B is #7FB664. Grayscale: #626262. Windows color (decimal): -8369765 or 10176896. OLE color: 10176896.

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

Color convert

RGB 128 73 155 -
CMYK 0.17 0.53 0 0.39
HSL 280.24º 0.36% 0.45% -
HSV(B) 280.24º 0.53% 0.61% -
XYZ 17.2 11.72 32.37 -
YUV 98.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 128 73 155 0.17 0.53 0 0.39 280.24 0.36 0.45
Hex 80 49 9B 11 35 0 27 118 24 2D
Octal 200 111 233 21 65 0 47 430 44 55
Binary 10000000 1001001 10011011 10001 110101 0 100111 100011000 100100 101101

Color Harmonies of #80499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80499B

Black with #80499B

Text Example


Text Example

White with #80499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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