#813AB6

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

Shades of Studio #813AB6

Tints of Studio #813AB6

Color information

#813AB6 (or 0x813AB6) is unknown color: approx Studio. HEX triplet: 81, 3A and B6. RGB value is (129,58,182). Sum of RGB (Red+Green+Blue) = 129+58+182=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #813AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813AB6 is #7EC549. Grayscale: #5C5C5C. Windows color (decimal): -8308042 or 11942529. OLE color: 11942529.

HSL color Cylindrical-coordinate representation of color #813AB6: hue angle of 274.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813AB6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12958182-
CMYK0.290.6800.29
HSL274.35º51.67%47.06%-
HSV(B)274.35º68.13%71.37%-
XYZ19.0111.0745.39-
YUV93.36178.02153.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 182 (71.48% from 255) = 49.32%
R=34.96%
G=15.72%
B=49.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129581820.290.6800.29274.3551.6747.06
Hex813AB61D4401D112342f
Octal20172266351040354226457
Binary1000000111101010110110111011000100011101100010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,182); }

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

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

 a { background-color: rgb(129,58,182); }

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

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

 span { border-color: rgb(129,58,182); }

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