Html Css Color HEX #80499C Studio

📋 copy color: '#80499C'

red 128 ◦ green 73 ◦ blue 156

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

Shades of Studio #80499C

Tints of Studio #80499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 35.85%
G = 20.45%
B = 43.7%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80499C (or 0x80499C) is known color: Studio. HEX triplet: 80, 49 and 9C. RGB value is (128,73,156). Sum of RGB (Red+Green+Blue) = 128+73+156=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #80499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80499C is #7FB663. Grayscale: #626262. Windows color (decimal): -8369764 or 10242432. OLE color: 10242432.

HSL color Cylindrical-coordinate representation of color #80499C: hue angle of 279.76º 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 #80499C is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 73 156 -
CMYK 0.18 0.53 0 0.39
HSL 279.76º 0.36% 0.45% -
HSV(B) 279.76º 0.53% 0.61% -
XYZ 17.29 11.75 32.81 -
YUV 98.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 128 73 156 0.18 0.53 0 0.39 279.76 0.36 0.45
Hex 80 49 9C 12 35 0 27 118 24 2D
Octal 200 111 234 22 65 0 47 430 44 55
Binary 10000000 1001001 10011100 10010 110101 0 100111 100011000 100100 101101

Color Harmonies of #80499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80499C

Black with #80499C

Text Example


Text Example

White with #80499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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