#805BA0

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

Shades of Studio #805BA0

Tints of Studio #805BA0

Color information

#805BA0 (or 0x805BA0) is unknown color: approx Studio. HEX triplet: 80, 5B and A0. RGB value is (128,91,160). Sum of RGB (Red+Green+Blue) = 128+91+160=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #805BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BA0 is #7FA45F. Grayscale: #6D6D6D. Windows color (decimal): -8365152 or 10509184. OLE color: 10509184.

HSL color Cylindrical-coordinate representation of color #805BA0: hue angle of 272.17º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805BA0 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12891160-
CMYK0.200.4300.37
HSL272.17º27.49%49.22%-
HSV(B)272.17º43.13%62.75%-
XYZ18.9914.6135.08-
YUV109.93156.26140.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 160 (62.89% from 255) = 42.22%
R=33.77%
G=24.01%
B=42.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128911600.200.4300.37272.1727.4949.22
Hex805BA0142B0251101b31
Octal20013324024530454203361
Binary1000000010110111010000010100101011010010110001000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805BA0; }

 p { color: rgb(128,91,160); }

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

<style>
 a { background-color: #805BA0; }

 a { background-color: rgb(128,91,160); }

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

<style>
 span { border-color: #805BA0; }

 span { border-color: rgb(128,91,160); }

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