#813BAB

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

Shades of Studio #813BAB

Tints of Studio #813BAB

Color information

#813BAB (or 0x813BAB) is unknown color: approx Studio. HEX triplet: 81, 3B and AB. RGB value is (129,59,171). Sum of RGB (Red+Green+Blue) = 129+59+171=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #813BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813BAB is #7EC454. Grayscale: #5C5C5C. Windows color (decimal): -8307797 or 11221889. OLE color: 11221889.

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

Color convert

RGB12959171-
CMYK0.250.6500.33
HSL277.5º48.7%45.1%-
HSV(B)277.5º65.5%67.06%-
XYZ17.9710.7439.65-
YUV92.7172.19153.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 59 (23.44% from 255) = 16.43%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=35.93%
G=16.43%
B=47.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129591710.250.6500.33277.548.745.1
Hex813BAB1941021116312d
Octal20173253311010414266155
Binary10000001111011101010111100110000010100001100010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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