#8056B9

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

Shades of Studio #8056B9

Tints of Studio #8056B9

Color information

#8056B9 (or 0x8056B9) is unknown color: approx Studio. HEX triplet: 80, 56 and B9. RGB value is (128,86,185). Sum of RGB (Red+Green+Blue) = 128+86+185=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #8056B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056B9 is #7FA946. Grayscale: #6D6D6D. Windows color (decimal): -8366407 or 12146304. OLE color: 12146304.

HSL color Cylindrical-coordinate representation of color #8056B9: hue angle of 265.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8056B9 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12886185-
CMYK0.310.5400.27
HSL265.45º41.42%53.14%-
HSV(B)265.45º53.51%72.55%-
XYZ20.9914.7547.64-
YUV109.84170.41140.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=32.08%
G=21.55%
B=46.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128861850.310.5400.27265.4541.4253.14
Hex8056B91F3601B1092935
Octal20012627137660334115165
Binary1000000010101101011100111111110110011011100001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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