#813DAA

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

Shades of Studio #813DAA

Tints of Studio #813DAA

Color information

#813DAA (or 0x813DAA) is unknown color: approx Studio. HEX triplet: 81, 3D and AA. RGB value is (129,61,170). Sum of RGB (Red+Green+Blue) = 129+61+170=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #813DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAA is #7EC255. Grayscale: #5D5D5D. Windows color (decimal): -8307286 or 11156865. OLE color: 11156865.

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

Color convert

RGB12961170-
CMYK0.240.6400.33
HSL277.43º47.19%45.29%-
HSV(B)277.43º64.12%66.67%-
XYZ17.9810.9139.19-
YUV93.76171.03153.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=35.83%
G=16.94%
B=47.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129611700.240.6400.33277.4347.1945.29
Hex813DAA18400211152f2d
Octal20175252301000414255755
Binary10000001111101101010101100010000000100001100010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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