#81579E

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

Shades of Studio #81579E

Tints of Studio #81579E

Color information

#81579E (or 0x81579E) is unknown color: approx Studio. HEX triplet: 81, 57 and 9E. RGB value is (129,87,158). Sum of RGB (Red+Green+Blue) = 129+87+158=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #81579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81579E is #7EA861. Grayscale: #6B6B6B. Windows color (decimal): -8300642 or 10377089. OLE color: 10377089.

HSL color Cylindrical-coordinate representation of color #81579E: hue angle of 275.49º 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 #81579E is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12987158-
CMYK0.180.4500.38
HSL275.49º28.98%48.04%-
HSV(B)275.49º44.94%61.96%-
XYZ18.6313.9534.06-
YUV107.65156.41143.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=34.49%
G=23.26%
B=42.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129871580.180.4500.38275.4928.9848.04
Hex81579E122D0261131d30
Octal20112723622550464233560
Binary1000000110101111001111010010101101010011010001001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81579E; }

 p { color: rgb(129,87,158); }

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

<style>
 a { background-color: #81579E; }

 a { background-color: rgb(129,87,158); }

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

<style>
 span { border-color: #81579E; }

 span { border-color: rgb(129,87,158); }

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