#8056B1

Color #8056B1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8056B1

Tints of Studio #8056B1

Color information

#8056B1 (or 0x8056B1) is unknown color: approx Studio. HEX triplet: 80, 56 and B1. RGB value is (128,86,177). Sum of RGB (Red+Green+Blue) = 128+86+177=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #8056B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8056B1 is #7FA94E. Grayscale: #6C6C6C. Windows color (decimal): -8366415 or 11622016. OLE color: 11622016.

HSL color Cylindrical-coordinate representation of color #8056B1: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8056B1 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12886177-
CMYK0.280.5100.31
HSL267.69º36.84%51.57%-
HSV(B)267.69º51.41%69.41%-
XYZ20.1714.4243.32-
YUV108.93166.41141.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=32.74%
G=21.99%
B=45.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128861770.280.5100.31267.6936.8451.57
Hex8056B11C3301F10c2534
Octal20012626134630374144564
Binary1000000010101101011000111100110011011111100001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8056B1; }

 p { color: rgb(128,86,177); }

 H1.HeaderClassName
 {
   color: #8056B1;
 }
 .AnyTagClassName
 {
   color: #8056B1;
 }
</style>
background-color css

<style>
 a { background-color: #8056B1; }

 a { background-color: rgb(128,86,177); }

 div.DivClassName
 {
   background-color: #8056B1;
 }
 .BgClassName
 {
   background-color: #8056B1;
 }
</style>
border-color css

<style>
 span { border-color: #8056B1; }

 span { border-color: rgb(128,86,177); }

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