#813DB0

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

Shades of Studio #813DB0

Tints of Studio #813DB0

Color information

#813DB0 (or 0x813DB0) is unknown color: approx Studio. HEX triplet: 81, 3D and B0. RGB value is (129,61,176). Sum of RGB (Red+Green+Blue) = 129+61+176=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #813DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DB0 is #7EC24F. Grayscale: #5E5E5E. Windows color (decimal): -8307280 or 11550081. OLE color: 11550081.

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

Color convert

RGB12961176-
CMYK0.270.6500.31
HSL275.48º48.52%46.47%-
HSV(B)275.48º65.34%69.02%-
XYZ18.5611.1442.25-
YUV94.44174.03152.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=35.25%
G=16.67%
B=48.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129611760.270.6500.31275.4848.5246.47
Hex813DB01B4101F113312e
Octal20175260331010374236156
Binary1000000111110110110000110111000001011111100010011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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