#805BB1

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

Shades of Studio #805BB1

Tints of Studio #805BB1

Color information

#805BB1 (or 0x805BB1) is unknown color: approx Studio. HEX triplet: 80, 5B and B1. RGB value is (128,91,177). Sum of RGB (Red+Green+Blue) = 128+91+177=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #805BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BB1 is #7FA44E. Grayscale: #6F6F6F. Windows color (decimal): -8365135 or 11623296. OLE color: 11623296.

HSL color Cylindrical-coordinate representation of color #805BB1: hue angle of 265.81º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805BB1 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12891177-
CMYK0.280.4900.31
HSL265.81º35.54%52.55%-
HSV(B)265.81º48.59%69.41%-
XYZ20.5815.2543.45-
YUV111.87164.76139.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=32.32%
G=22.98%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128911770.280.4900.31265.8135.5452.55
Hex805BB11C3101F10a2435
Octal20013326134610374124465
Binary1000000010110111011000111100110001011111100001010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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