#813FAA

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

Shades of Studio #813FAA

Tints of Studio #813FAA

Color information

#813FAA (or 0x813FAA) is unknown color: approx Studio. HEX triplet: 81, 3F and AA. RGB value is (129,63,170). Sum of RGB (Red+Green+Blue) = 129+63+170=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #813FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813FAA is #7EC055. Grayscale: #5E5E5E. Windows color (decimal): -8306774 or 11157377. OLE color: 11157377.

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

Color convert

RGB12963170-
CMYK0.240.6300.33
HSL277.01º45.92%45.69%-
HSV(B)277.01º62.94%66.67%-
XYZ18.0911.1239.22-
YUV94.93170.37152.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=35.64%
G=17.40%
B=46.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129631700.240.6300.33277.0145.9245.69
Hex813FAA183F0211152e2e
Octal2017725230770414255656
Binary1000000111111110101010110001111110100001100010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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