#81579D

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

Shades of Studio #81579D

Tints of Studio #81579D

Color information

#81579D (or 0x81579D) is unknown color: approx Studio. HEX triplet: 81, 57 and 9D. RGB value is (129,87,157). Sum of RGB (Red+Green+Blue) = 129+87+157=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #81579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81579D is #7EA862. Grayscale: #6B6B6B. Windows color (decimal): -8300643 or 10311553. OLE color: 10311553.

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

Color convert

RGB12987157-
CMYK0.180.4500.38
HSL276º28.69%47.84%-
HSV(B)276º44.59%61.57%-
XYZ18.5513.9233.61-
YUV107.54155.91143.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=34.58%
G=23.32%
B=42.09%

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
Decimal129871570.180.4500.3827628.6947.84
Hex81579D122D0261141d30
Octal20112723522550464243560
Binary1000000110101111001110110010101101010011010001010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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