#813EB6

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

Shades of Studio #813EB6

Tints of Studio #813EB6

Color information

#813EB6 (or 0x813EB6) is unknown color: approx Studio. HEX triplet: 81, 3E and B6. RGB value is (129,62,182). Sum of RGB (Red+Green+Blue) = 129+62+182=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #813EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EB6 is #7EC149. Grayscale: #5F5F5F. Windows color (decimal): -8307018 or 11943553. OLE color: 11943553.

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

Color convert

RGB12962182-
CMYK0.290.6600.29
HSL273.5º49.18%47.84%-
HSV(B)273.5º65.93%71.37%-
XYZ19.2211.4945.46-
YUV95.71176.7151.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 62 (24.61% from 255) = 16.62%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=34.58%
G=16.62%
B=48.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129621820.290.6600.29273.549.1847.84
Hex813EB61D4201D1123130
Octal20176266351020354226160
Binary1000000111111010110110111011000010011101100010010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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