Html Css Color HEX #80579B Studio

📋 copy color: '#80579B'

red 128 ◦ green 87 ◦ blue 155

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

Shades of Studio #80579B

Tints of Studio #80579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 34.59%
G = 23.51%
B = 41.89%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80579B (or 0x80579B) is known color: Studio. HEX triplet: 80, 57 and 9B. RGB value is (128,87,155). Sum of RGB (Red+Green+Blue) = 128+87+155=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #80579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80579B is #7FA864. Grayscale: #6A6A6A. Windows color (decimal): -8366181 or 10180480. OLE color: 10180480.

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

Color convert

RGB 128 87 155 -
CMYK 0.17 0.44 0 0.39
HSL 276.18º 0.28% 0.47% -
HSV(B) 276.18º 0.44% 0.61% -
XYZ 18.23 13.77 32.71 -
YUV 107.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 128 87 155 0.17 0.44 0 0.39 276.18 0.28 0.47
Hex 80 57 9B 11 2C 0 27 114 1C 2F
Octal 200 127 233 21 54 0 47 424 34 57
Binary 10000000 1010111 10011011 10001 101100 0 100111 100010100 11100 101111

Color Harmonies of #80579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80579B

Black with #80579B

Text Example


Text Example

White with #80579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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