#81559D

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

Shades of Studio #81559D

Tints of Studio #81559D

Color information

#81559D (or 0x81559D) is unknown color: approx Studio. HEX triplet: 81, 55 and 9D. RGB value is (129,85,157). Sum of RGB (Red+Green+Blue) = 129+85+157=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #81559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81559D is #7EAA62. Grayscale: #6A6A6A. Windows color (decimal): -8301155 or 10311041. OLE color: 10311041.

HSL color Cylindrical-coordinate representation of color #81559D: hue angle of 276.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81559D is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12985157-
CMYK0.180.4600.38
HSL276.67º29.75%47.45%-
HSV(B)276.67º45.86%61.57%-
XYZ18.3913.633.55-
YUV106.36156.58144.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=34.77%
G=22.91%
B=42.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129851570.180.4600.38276.6729.7547.45
Hex81559D122E0261151e2f
Octal20112523522560464253657
Binary1000000110101011001110110010101110010011010001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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