#813DAF

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

Shades of Studio #813DAF

Tints of Studio #813DAF

Color information

#813DAF (or 0x813DAF) is unknown color: approx Studio. HEX triplet: 81, 3D and AF. RGB value is (129,61,175). Sum of RGB (Red+Green+Blue) = 129+61+175=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #813DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAF is #7EC250. Grayscale: #5D5D5D. Windows color (decimal): -8307281 or 11484545. OLE color: 11484545.

HSL color Cylindrical-coordinate representation of color #813DAF: hue angle of 275.79º 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 #813DAF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12961175-
CMYK0.260.6500.31
HSL275.79º48.31%46.27%-
HSV(B)275.79º65.14%68.63%-
XYZ18.4611.141.73-
YUV94.33173.53152.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=35.34%
G=16.71%
B=47.95%

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
Decimal129611750.260.6500.31275.7948.3146.27
Hex813DAF1A4101F114302e
Octal20175257321010374246056
Binary1000000111110110101111110101000001011111100010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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