#805B9F

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

Shades of Studio #805B9F

Tints of Studio #805B9F

Color information

#805B9F (or 0x805B9F) is unknown color: approx Studio. HEX triplet: 80, 5B and 9F. RGB value is (128,91,159). Sum of RGB (Red+Green+Blue) = 128+91+159=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #805B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805B9F is #7FA460. Grayscale: #6D6D6D. Windows color (decimal): -8365153 or 10443648. OLE color: 10443648.

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

Color convert

RGB12891159-
CMYK0.190.4300.38
HSL272.65º27.2%49.02%-
HSV(B)272.65º42.77%62.35%-
XYZ18.914.5734.62-
YUV109.82155.76140.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=33.86%
G=24.07%
B=42.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128911590.190.4300.38272.6527.249.02
Hex805B9F132B0261111b31
Octal20013323723530464213361
Binary1000000010110111001111110011101011010011010001000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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