Html Css Color HEX #80559C Studio

📋 copy color: '#80559C'

red 128 ◦ green 85 ◦ blue 156

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

Shades of Studio #80559C

Tints of Studio #80559C

RGB

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

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

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

R = 34.69%
G = 23.04%
B = 42.28%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80559C (or 0x80559C) is known color: Studio. HEX triplet: 80, 55 and 9C. RGB value is (128,85,156). Sum of RGB (Red+Green+Blue) = 128+85+156=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #80559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80559C is #7FAA63. Grayscale: #696969. Windows color (decimal): -8366692 or 10245504. OLE color: 10245504.

HSL color Cylindrical-coordinate representation of color #80559C: hue angle of 276.34º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80559C is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 85 156 -
CMYK 0.18 0.46 0 0.39
HSL 276.34º 0.29% 0.47% -
HSV(B) 276.34º 0.46% 0.61% -
XYZ 18.15 13.49 33.1 -
YUV 105.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 128 85 156 0.18 0.46 0 0.39 276.34 0.29 0.47
Hex 80 55 9C 12 2E 0 27 114 1D 2F
Octal 200 125 234 22 56 0 47 424 35 57
Binary 10000000 1010101 10011100 10010 101110 0 100111 100010100 11101 101111

Color Harmonies of #80559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80559C

Black with #80559C

Text Example


Text Example

White with #80559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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