Html Css Color HEX #80599E Studio

📋 copy color: '#80599E'

red 128 ◦ green 89 ◦ blue 158

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

Shades of Studio #80599E

Tints of Studio #80599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 34.13%
G = 23.73%
B = 42.13%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80599E (or 0x80599E) is known color: Studio. HEX triplet: 80, 59 and 9E. RGB value is (128,89,158). Sum of RGB (Red+Green+Blue) = 128+89+158=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #80599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80599E is #7FA661. Grayscale: #6C6C6C. Windows color (decimal): -8365666 or 10377600. OLE color: 10377600.

HSL color Cylindrical-coordinate representation of color #80599E: hue angle of 273.91º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80599E is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 89 158 -
CMYK 0.19 0.44 0 0.38
HSL 273.91º 0.28% 0.48% -
HSV(B) 273.91º 0.44% 0.62% -
XYZ 18.65 14.2 34.11 -
YUV 108.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 128 89 158 0.19 0.44 0 0.38 273.91 0.28 0.48
Hex 80 59 9E 13 2C 0 26 112 1C 30
Octal 200 131 236 23 54 0 46 422 34 60
Binary 10000000 1011001 10011110 10011 101100 0 100110 100010010 11100 110000

Color Harmonies of #80599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80599E

Black with #80599E

Text Example


Text Example

White with #80599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80599E; }

 p { color: rgb(128,89,158); }

 H1.HeaderClassName
 {
   color: #80599E;
 }
 .AnyTagClassName
 {
   color: #80599E;
 }
</style>

background-color css

<style>
 a { background-color: #80599E; }

 a { background-color: rgb(128,89,158); }

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

border-color css

<style>
 span { border-color: #80599E; }

 span { border-color: rgb(128,89,158); }

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