#813DBA

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

Shades of Studio #813DBA

Tints of Studio #813DBA

Color information

#813DBA (or 0x813DBA) is unknown color: approx Studio. HEX triplet: 81, 3D and BA. RGB value is (129,61,186). Sum of RGB (Red+Green+Blue) = 129+61+186=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #813DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DBA is #7EC245. Grayscale: #5F5F5F. Windows color (decimal): -8307270 or 12205441. OLE color: 12205441.

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

Color convert

RGB12961186-
CMYK0.310.6700.27
HSL272.64º50.61%48.43%-
HSV(B)272.64º67.2%72.94%-
XYZ19.5811.5547.65-
YUV95.58179.03151.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=34.31%
G=16.22%
B=49.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129611860.310.6700.27272.6450.6148.43
Hex813DBA1F4301B1113330
Octal20175272371030334216360
Binary1000000111110110111010111111000011011011100010001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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