#813AAA

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

Shades of Studio #813AAA

Tints of Studio #813AAA

Color information

#813AAA (or 0x813AAA) is unknown color: approx Studio. HEX triplet: 81, 3A and AA. RGB value is (129,58,170). Sum of RGB (Red+Green+Blue) = 129+58+170=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #813AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AAA is #7EC555. Grayscale: #5B5B5B. Windows color (decimal): -8308054 or 11156097. OLE color: 11156097.

HSL color Cylindrical-coordinate representation of color #813AAA: hue angle of 278.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813AAA is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12958170-
CMYK0.240.6600.33
HSL278.04º49.12%44.71%-
HSV(B)278.04º65.88%66.67%-
XYZ17.8210.639.14-
YUV92172.02154.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=36.13%
G=16.25%
B=47.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129581700.240.6600.33278.0449.1244.71
Hex813AAA1842021116312d
Octal20172252301020414266155
Binary10000001111010101010101100010000100100001100010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813AAA; }

 p { color: rgb(129,58,170); }

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

<style>
 a { background-color: #813AAA; }

 a { background-color: rgb(129,58,170); }

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

<style>
 span { border-color: #813AAA; }

 span { border-color: rgb(129,58,170); }

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