#813BAC

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

Shades of Studio #813BAC

Tints of Studio #813BAC

Color information

#813BAC (or 0x813BAC) is unknown color: approx Studio. HEX triplet: 81, 3B and AC. RGB value is (129,59,172). Sum of RGB (Red+Green+Blue) = 129+59+172=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #813BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813BAC is #7EC453. Grayscale: #5C5C5C. Windows color (decimal): -8307796 or 11287425. OLE color: 11287425.

HSL color Cylindrical-coordinate representation of color #813BAC: hue angle of 277.17º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813BAC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12959172-
CMYK0.250.6600.33
HSL277.17º48.92%45.29%-
HSV(B)277.17º65.7%67.45%-
XYZ18.0610.7740.16-
YUV92.81172.69153.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=35.83%
G=16.39%
B=47.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129591720.250.6600.33277.1748.9245.29
Hex813BAC1942021115312d
Octal20173254311020414256155
Binary10000001111011101011001100110000100100001100010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,172); }

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

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

 a { background-color: rgb(129,59,172); }

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

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

 span { border-color: rgb(129,59,172); }

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