#81559C

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

Shades of Studio #81559C

Tints of Studio #81559C

Color information

#81559C (or 0x81559C) is unknown color: approx Studio. HEX triplet: 81, 55 and 9C. RGB value is (129,85,156). Sum of RGB (Red+Green+Blue) = 129+85+156=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #81559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81559C is #7EAA63. Grayscale: #6A6A6A. Windows color (decimal): -8301156 or 10245505. OLE color: 10245505.

HSL color Cylindrical-coordinate representation of color #81559C: hue angle of 277.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81559C is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12985156-
CMYK0.170.4600.39
HSL277.18º29.46%47.25%-
HSV(B)277.18º45.51%61.18%-
XYZ18.313.5633.11-
YUV106.25156.08144.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=34.86%
G=22.97%
B=42.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129851560.170.4600.39277.1829.4647.25
Hex81559C112E0271151d2f
Octal20112523421560474253557
Binary1000000110101011001110010001101110010011110001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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