#813EB9

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

Shades of Studio #813EB9

Tints of Studio #813EB9

Color information

#813EB9 (or 0x813EB9) is unknown color: approx Studio. HEX triplet: 81, 3E and B9. RGB value is (129,62,185). Sum of RGB (Red+Green+Blue) = 129+62+185=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #813EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EB9 is #7EC146. Grayscale: #5F5F5F. Windows color (decimal): -8307015 or 12140161. OLE color: 12140161.

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

Color convert

RGB12962185-
CMYK0.300.6600.27
HSL272.68º49.8%48.43%-
HSV(B)272.68º66.49%72.55%-
XYZ19.5311.6247.11-
YUV96.06178.2151.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 62 (24.61% from 255) = 16.49%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=34.31%
G=16.49%
B=49.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129621850.300.6600.27272.6849.848.43
Hex813EB91E4201B1113230
Octal20176271361020334216260
Binary1000000111111010111001111101000010011011100010001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,62,185); }

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

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

 a { background-color: rgb(129,62,185); }

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

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

 span { border-color: rgb(129,62,185); }

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