#813FB3

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

Shades of Studio #813FB3

Tints of Studio #813FB3

Color information

#813FB3 (or 0x813FB3) is unknown color: approx Studio. HEX triplet: 81, 3F and B3. RGB value is (129,63,179). Sum of RGB (Red+Green+Blue) = 129+63+179=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #813FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FB3 is #7EC04C. Grayscale: #5F5F5F. Windows color (decimal): -8306765 or 11747201. OLE color: 11747201.

HSL color Cylindrical-coordinate representation of color #813FB3: hue angle of 274.14º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813FB3 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12963179-
CMYK0.280.6500.30
HSL274.14º47.93%47.45%-
HSV(B)274.14º64.8%70.2%-
XYZ18.9711.4843.86-
YUV95.96174.87151.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=34.77%
G=16.98%
B=48.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129631790.280.6500.30274.1447.9347.45
Hex813FB31C4101E112302f
Octal20177263341010364226057
Binary1000000111111110110011111001000001011110100010010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,63,179); }

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

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

 a { background-color: rgb(129,63,179); }

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

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

 span { border-color: rgb(129,63,179); }

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