#813EAF

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

Shades of Studio #813EAF

Tints of Studio #813EAF

Color information

#813EAF (or 0x813EAF) is unknown color: approx Studio. HEX triplet: 81, 3E and AF. RGB value is (129,62,175). Sum of RGB (Red+Green+Blue) = 129+62+175=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #813EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813EAF is #7EC150. Grayscale: #5E5E5E. Windows color (decimal): -8307025 or 11484801. OLE color: 11484801.

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

Color convert

RGB12962175-
CMYK0.260.6500.31
HSL275.58º47.68%46.47%-
HSV(B)275.58º64.57%68.63%-
XYZ18.5111.2141.74-
YUV94.92173.2152.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=35.25%
G=16.94%
B=47.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129621750.260.6500.31275.5847.6846.47
Hex813EAF1A4101F114302e
Octal20176257321010374246056
Binary1000000111111010101111110101000001011111100010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,62,175); }

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

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

 a { background-color: rgb(129,62,175); }

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

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

 span { border-color: rgb(129,62,175); }

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