#805BAA

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

Shades of Studio #805BAA

Tints of Studio #805BAA

Color information

#805BAA (or 0x805BAA) is unknown color: approx Studio. HEX triplet: 80, 5B and AA. RGB value is (128,91,170). Sum of RGB (Red+Green+Blue) = 128+91+170=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #805BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BAA is #7FA455. Grayscale: #6E6E6E. Windows color (decimal): -8365142 or 11164544. OLE color: 11164544.

HSL color Cylindrical-coordinate representation of color #805BAA: hue angle of 268.1º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805BAA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12891170-
CMYK0.250.4600.33
HSL268.1º31.73%51.18%-
HSV(B)268.1º46.47%66.67%-
XYZ19.914.9739.87-
YUV111.07161.26140.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=32.90%
G=23.39%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128911700.250.4600.33268.131.7351.18
Hex805BAA192E02110c2033
Octal20013325231560414144063
Binary10000000101101110101010110011011100100001100001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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