#815AAD

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

Shades of Studio #815AAD

Tints of Studio #815AAD

Color information

#815AAD (or 0x815AAD) is unknown color: approx Studio. HEX triplet: 81, 5A and AD. RGB value is (129,90,173). Sum of RGB (Red+Green+Blue) = 129+90+173=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 90 (35.55% from 255 or 22.96% 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 #815AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAD is #7EA552. Grayscale: #6E6E6E. Windows color (decimal): -8299859 or 11360897. OLE color: 11360897.

HSL color Cylindrical-coordinate representation of color #815AAD: hue angle of 268.19º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815AAD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12990173-
CMYK0.250.4800.32
HSL268.19º33.6%51.57%-
HSV(B)268.19º47.98%67.84%-
XYZ20.251541.36-
YUV111.12162.92140.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=32.91%
G=22.96%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129901730.250.4800.32268.1933.651.57
Hex815AAD193002010c2234
Octal20113225531600404144264
Binary10000001101101010101101110011100000100000100001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815AAD; }

 p { color: rgb(129,90,173); }

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

<style>
 a { background-color: #815AAD; }

 a { background-color: rgb(129,90,173); }

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

<style>
 span { border-color: #815AAD; }

 span { border-color: rgb(129,90,173); }

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