#813DAE

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

Shades of Studio #813DAE

Tints of Studio #813DAE

Color information

#813DAE (or 0x813DAE) is unknown color: approx Studio. HEX triplet: 81, 3D and AE. RGB value is (129,61,174). Sum of RGB (Red+Green+Blue) = 129+61+174=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #813DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAE is #7EC251. Grayscale: #5D5D5D. Windows color (decimal): -8307282 or 11419009. OLE color: 11419009.

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

Color convert

RGB12961174-
CMYK0.260.6500.32
HSL276.11º48.09%46.08%-
HSV(B)276.11º64.94%68.24%-
XYZ18.3611.0641.21-
YUV94.21173.03152.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=35.44%
G=16.76%
B=47.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129611740.260.6500.32276.1148.0946.08
Hex813DAE1A41020114302e
Octal20175256321010404246056
Binary10000001111101101011101101010000010100000100010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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