#805CAD

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

Shades of Studio #805CAD

Tints of Studio #805CAD

Color information

#805CAD (or 0x805CAD) is unknown color: approx Studio. HEX triplet: 80, 5C and AD. RGB value is (128,92,173). Sum of RGB (Red+Green+Blue) = 128+92+173=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #805CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAD is #7FA352. Grayscale: #6F6F6F. Windows color (decimal): -8364883 or 11361408. OLE color: 11361408.

HSL color Cylindrical-coordinate representation of color #805CAD: hue angle of 266.67º 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 #805CAD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12892173-
CMYK0.260.4700.32
HSL266.67º33.06%51.96%-
HSV(B)266.67º46.82%67.84%-
XYZ20.2715.2641.41-
YUV112162.43139.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=32.57%
G=23.41%
B=44.02%

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
Decimal128921730.260.4700.32266.6733.0651.96
Hex805CAD1A2F02010b2134
Octal20013425532570404134164
Binary10000000101110010101101110101011110100000100001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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