#805BAD

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

Shades of Studio #805BAD

Tints of Studio #805BAD

Color information

#805BAD (or 0x805BAD) is unknown color: approx Studio. HEX triplet: 80, 5B and AD. RGB value is (128,91,173). Sum of RGB (Red+Green+Blue) = 128+91+173=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #805BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BAD is #7FA452. Grayscale: #6F6F6F. Windows color (decimal): -8365139 or 11361152. OLE color: 11361152.

HSL color Cylindrical-coordinate representation of color #805BAD: hue angle of 267.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805BAD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12891173-
CMYK0.260.4700.32
HSL267.07º33.33%51.76%-
HSV(B)267.07º47.4%67.84%-
XYZ20.1915.0941.38-
YUV111.41162.76139.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=32.65%
G=23.21%
B=44.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128911730.260.4700.32267.0733.3351.76
Hex805BAD1A2F02010b2134
Octal20013325532570404134164
Binary10000000101101110101101110101011110100000100001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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