#813AB1

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

Shades of Studio #813AB1

Tints of Studio #813AB1

Color information

#813AB1 (or 0x813AB1) is unknown color: approx Studio. HEX triplet: 81, 3A and B1. RGB value is (129,58,177). Sum of RGB (Red+Green+Blue) = 129+58+177=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #813AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AB1 is #7EC54E. Grayscale: #5C5C5C. Windows color (decimal): -8308047 or 11614849. OLE color: 11614849.

HSL color Cylindrical-coordinate representation of color #813AB1: hue angle of 275.8º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813AB1 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12958177-
CMYK0.270.6700.31
HSL275.8º50.64%46.08%-
HSV(B)275.8º67.23%69.41%-
XYZ18.510.8742.72-
YUV92.79175.52153.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 177 (69.53% from 255) = 48.63%
R=35.44%
G=15.93%
B=48.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129581770.270.6700.31275.850.6446.08
Hex813AB11B4301F114332e
Octal20172261331030374246356
Binary1000000111101010110001110111000011011111100010100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,177); }

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

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

 a { background-color: rgb(129,58,177); }

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

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

 span { border-color: rgb(129,58,177); }

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