#813BAA

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

Shades of Studio #813BAA

Tints of Studio #813BAA

Color information

#813BAA (or 0x813BAA) is unknown color: approx Studio. HEX triplet: 81, 3B and AA. RGB value is (129,59,170). Sum of RGB (Red+Green+Blue) = 129+59+170=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #813BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813BAA is #7EC455. Grayscale: #5C5C5C. Windows color (decimal): -8307798 or 11156353. OLE color: 11156353.

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

Color convert

RGB12959170-
CMYK0.240.6500.33
HSL277.84º48.47%44.9%-
HSV(B)277.84º65.29%66.67%-
XYZ17.8710.739.15-
YUV92.58171.69153.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=36.03%
G=16.48%
B=47.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129591700.240.6500.33277.8448.4744.9
Hex813BAA1841021116302d
Octal20173252301010414266055
Binary10000001111011101010101100010000010100001100010110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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