#813FA5

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

Shades of Studio #813FA5

Tints of Studio #813FA5

Color information

#813FA5 (or 0x813FA5) is unknown color: approx Studio. HEX triplet: 81, 3F and A5. RGB value is (129,63,165). Sum of RGB (Red+Green+Blue) = 129+63+165=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #813FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813FA5 is #7EC05A. Grayscale: #5E5E5E. Windows color (decimal): -8306779 or 10829697. OLE color: 10829697.

HSL color Cylindrical-coordinate representation of color #813FA5: hue angle of 278.82º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813FA5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12963165-
CMYK0.220.6200.35
HSL278.82º44.74%44.71%-
HSV(B)278.82º61.82%64.71%-
XYZ17.6210.9436.78-
YUV94.36167.87152.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=36.13%
G=17.65%
B=46.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129631650.220.6200.35278.8244.7444.71
Hex813FA5163E0231172d2d
Octal2017724526760434275555
Binary1000000111111110100101101101111100100011100010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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