Html Css Color HEX #80559F Studio

📋 copy color: '#80559F'

red 128 ◦ green 85 ◦ blue 159

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

Shades of Studio #80559F

Tints of Studio #80559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

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

R = 34.41%
G = 22.85%
B = 42.74%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80559F (or 0x80559F) is known color: Studio. HEX triplet: 80, 55 and 9F. RGB value is (128,85,159). Sum of RGB (Red+Green+Blue) = 128+85+159=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #80559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80559F is #7FAA60. Grayscale: #6A6A6A. Windows color (decimal): -8366689 or 10442112. OLE color: 10442112.

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

Color convert

RGB 128 85 159 -
CMYK 0.19 0.47 0 0.38
HSL 274.86º 0.3% 0.48% -
HSV(B) 274.86º 0.47% 0.62% -
XYZ 18.41 13.59 34.45 -
YUV 106.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 128 85 159 0.19 0.47 0 0.38 274.86 0.3 0.48
Hex 80 55 9F 13 2F 0 26 113 1E 30
Octal 200 125 237 23 57 0 46 423 36 60
Binary 10000000 1010101 10011111 10011 101111 0 100110 100010011 11110 110000

Color Harmonies of #80559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80559F

Black with #80559F

Text Example


Text Example

White with #80559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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