#81599F

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

Shades of Studio #81599F

Tints of Studio #81599F

Color information

#81599F (or 0x81599F) is unknown color: approx Studio. HEX triplet: 81, 59 and 9F. RGB value is (129,89,159). Sum of RGB (Red+Green+Blue) = 129+89+159=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #81599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81599F is #7EA660. Grayscale: #6C6C6C. Windows color (decimal): -8300129 or 10443137. OLE color: 10443137.

HSL color Cylindrical-coordinate representation of color #81599F: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81599F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12989159-
CMYK0.190.4400.38
HSL274.29º28.23%48.63%-
HSV(B)274.29º44.03%62.35%-
XYZ18.8814.3234.57-
YUV108.94156.25142.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=34.22%
G=23.61%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129891590.190.4400.38274.2928.2348.63
Hex81599F132C0261121c31
Octal20113123723540464223461
Binary1000000110110011001111110011101100010011010001001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81599F; }

 p { color: rgb(129,89,159); }

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

<style>
 a { background-color: #81599F; }

 a { background-color: rgb(129,89,159); }

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

<style>
 span { border-color: #81599F; }

 span { border-color: rgb(129,89,159); }

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