#81589F

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

Shades of Studio #81589F

Tints of Studio #81589F

Color information

#81589F (or 0x81589F) is unknown color: approx Studio. HEX triplet: 81, 58 and 9F. RGB value is (129,88,159). Sum of RGB (Red+Green+Blue) = 129+88+159=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #81589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81589F is #7EA760. Grayscale: #6C6C6C. Windows color (decimal): -8300385 or 10442881. OLE color: 10442881.

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

Color convert

RGB12988159-
CMYK0.190.4500.38
HSL274.65º28.74%48.43%-
HSV(B)274.65º44.65%62.35%-
XYZ18.814.1534.54-
YUV108.35156.58142.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=34.31%
G=23.40%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129881590.190.4500.38274.6528.7448.43
Hex81589F132D0261131d30
Octal20113023723550464233560
Binary1000000110110001001111110011101101010011010001001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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