Html Css Color HEX #80499F Studio

📋 copy color: '#80499F'

red 128 ◦ green 73 ◦ blue 159

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

Shades of Studio #80499F

Tints of Studio #80499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 35.56%
G = 20.28%
B = 44.17%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80499F (or 0x80499F) is known color: Studio. HEX triplet: 80, 49 and 9F. RGB value is (128,73,159). Sum of RGB (Red+Green+Blue) = 128+73+159=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #80499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80499F is #7FB660. Grayscale: #626262. Windows color (decimal): -8369761 or 10439040. OLE color: 10439040.

HSL color Cylindrical-coordinate representation of color #80499F: hue angle of 278.37º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80499F is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 73 159 -
CMYK 0.19 0.54 0 0.38
HSL 278.37º 0.37% 0.45% -
HSV(B) 278.37º 0.54% 0.62% -
XYZ 17.54 11.86 34.17 -
YUV 99.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 128 73 159 0.19 0.54 0 0.38 278.37 0.37 0.45
Hex 80 49 9F 13 36 0 26 116 25 2D
Octal 200 111 237 23 66 0 46 426 45 55
Binary 10000000 1001001 10011111 10011 110110 0 100110 100010110 100101 101101

Color Harmonies of #80499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80499F

Black with #80499F

Text Example


Text Example

White with #80499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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