#813AAE

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

Shades of Studio #813AAE

Tints of Studio #813AAE

Color information

#813AAE (or 0x813AAE) is unknown color: approx Studio. HEX triplet: 81, 3A and AE. RGB value is (129,58,174). Sum of RGB (Red+Green+Blue) = 129+58+174=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #813AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AAE is #7EC551. Grayscale: #5C5C5C. Windows color (decimal): -8308050 or 11418241. OLE color: 11418241.

HSL color Cylindrical-coordinate representation of color #813AAE: hue angle of 276.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813AAE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12958174-
CMYK0.260.6700.32
HSL276.72º50%45.49%-
HSV(B)276.72º66.67%68.24%-
XYZ18.2110.7541.16-
YUV92.45174.02154.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=35.73%
G=16.07%
B=48.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129581740.260.6700.32276.725045.49
Hex813AAE1A43020115322d
Octal20172256321030404256255
Binary10000001111010101011101101010000110100000100010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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