#813DA9

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

Shades of Studio #813DA9

Tints of Studio #813DA9

Color information

#813DA9 (or 0x813DA9) is unknown color: approx Studio. HEX triplet: 81, 3D and A9. RGB value is (129,61,169). Sum of RGB (Red+Green+Blue) = 129+61+169=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #813DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DA9 is #7EC256. Grayscale: #5D5D5D. Windows color (decimal): -8307287 or 11091329. OLE color: 11091329.

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

Color convert

RGB12961169-
CMYK0.240.6400.34
HSL277.78º46.96%45.1%-
HSV(B)277.78º63.91%66.27%-
XYZ17.8810.8738.69-
YUV93.64170.53153.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 61 (24.22% from 255) = 16.99%
BLUE value IS 169 (66.41% from 255) = 47.08%
R=35.93%
G=16.99%
B=47.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129611690.240.6400.34277.7846.9645.1
Hex813DA918400221162f2d
Octal20175251301000424265755
Binary10000001111101101010011100010000000100010100010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,61,169); }

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

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

 a { background-color: rgb(129,61,169); }

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

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

 span { border-color: rgb(129,61,169); }

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